marked/jasmine.json

13 lines
195 B
JSON
Raw Normal View History

2018-03-03 01:09:09 -06:00
{
"spec_dir": "test",
"spec_files": [
"**/*-spec.js"
],
"helpers": [
2019-03-13 08:50:11 -05:00
"helpers/helpers.js"
2018-03-03 01:09:09 -06:00
],
"jsLoader": "import",
2018-03-03 01:09:09 -06:00
"stopSpecOnExpectationFailure": false,
"random": true
}