mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"spec_dir": "",
|
|
"spec_files": [
|
|
"spec/**/*.spec.ts",
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"helpers": ["helpers/**/*.js"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|