wekan/packages/markdown/marked/jasmine.json

12 lines
171 B
JSON
Raw Normal View History

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