Files
Werewolf/spec/support/jasmine.json
AlecM33 f3c04a39f3 navbar
2021-12-28 17:01:53 -05:00

12 lines
175 B
JSON

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