trilium/spec/support/jasmine.json
2024-05-08 23:59:11 +02:00

8 lines
164 B
JSON

{
"spec_dir": "spec",
"spec_files": ["./**/*.spec.ts"],
"helpers": ["helpers/**/*.js"],
"stopSpecOnExpectationFailure": false,
"random": true
}