Skip to content

Instantly share code, notes, and snippets.

@techiediaries
Created September 25, 2018 18:35
Show Gist options
  • Save techiediaries/49b437559f9d6c348e17c6adc4757c06 to your computer and use it in GitHub Desktop.
Save techiediaries/49b437559f9d6c348e17c6adc4757c06 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