marked/jasmine.json
2019-03-13 08:50:11 -05:00

12 lines
171 B
JSON

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