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

14 lines
197 B
JSON
Raw Normal View History

2022-10-20 23:39:33 -03:00
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.?(m)js"
],
"helpers": [
"helpers/**/*.?(m)js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"random": true
}
}