trilium/spec/support/jasmine.json

12 lines
170 B
JSON
Raw Normal View History

2020-05-18 01:43:37 +08:00
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}