Files
ara-kanban-service/spec/support/jasmine.json
2025-09-27 12:08:31 +05:30

12 lines
170 B
JSON

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