mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-09 23:41:32 +08: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
|
|
}
|