mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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
|
|
}
|