projecte_ionic/node_modules/jasmine/lib/examples/jasmine.json
2022-02-09 18:30:03 +01:00

11 lines
171 B
JSON
Executable file

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