Skip to content

Instantly share code, notes, and snippets.

@fodra
Created November 15, 2017 22:53
Show Gist options
  • Save fodra/255d42849c2375f3b633b95483b70825 to your computer and use it in GitHub Desktop.
Save fodra/255d42849c2375f3b633b95483b70825 to your computer and use it in GitHub Desktop.
Jasmine config to be put in spec/support folder in the project folder.
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment