marked/jasmine.json
2018-03-03 01:09:09 -06:00

12 lines
168 B
JSON

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