Created
November 15, 2017 22:53
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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