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