Files
mono-repo-arch/server/app/worker/spec/support/jasmine.json
Tommy Parnell 162aae18a5 stop
2021-03-22 17:09:40 -04:00

12 lines
170 B
JSON

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