Skip to content

Instantly share code, notes, and snippets.

@techiediaries
Created September 25, 2018 18:35
Show Gist options
  • Save techiediaries/b7413626e4b0b8142802f11f06bbc0c2 to your computer and use it in GitHub Desktop.
Save techiediaries/b7413626e4b0b8142802f11f06bbc0c2 to your computer and use it in GitHub Desktop.
var Jasmine = require('jasmine');
var jasmine = new Jasmine();
jasmine.loadConfigFile('spec/support/jasmine.json');
jasmine.execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment