mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-04 11:59:54 -06: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
|
|
}
|