ds4/spec/support/jasmine.json

8 lines
164 B
JSON
Raw Normal View History

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