trilium/spec/support/jasmine.json
2025-01-09 18:07:02 +02:00

8 lines
154 B
JSON

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