CS2613/assignments/A4/spec/support/jasmine.json

14 lines
197 B
JSON
Raw Normal View History

2022-11-04 15:07:21 -03:00
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.?(m)js"
],
"helpers": [
"helpers/**/*.?(m)js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"random": true
}
}