wiki/list-editor/spec/support/jasmine.json
Peter Stuifzand 08eca99c16
All checks were successful
continuous-integration/drone/push Build is passing
Include list-editor
2020-10-14 23:43:52 +02:00

12 lines
170 B
JSON

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