mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": ["./**/*.spec.ts"],
|
|
"helpers": ["helpers/**/*.js"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|