This commit is contained in:
AlecM33
2021-12-28 17:01:53 -05:00
parent 3e2b503ad2
commit f3c04a39f3
15 changed files with 279 additions and 32 deletions

11
spec/support/jasmine.json Normal file
View File

@@ -0,0 +1,11 @@
{
"spec_dir": "spec/unit",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}