Files
Werewolf/spec/support/jasmine.json
Alec Maier 7e7977a4c8 Revert "start of e2e tests"
This reverts commit 717b5324bf.
2020-04-29 23:20:24 -04:00

11 lines
174 B
JSON

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