mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": [
|
|
"**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|