Files
Werewolf/spec/support/jasmine.json
2020-04-29 22:56:23 -04:00

12 lines
176 B
JSON

{
"spec_dir": "spec/unit/",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}