Build/Config/jasmine.json
Dennis Eichhorn b51f71faf9 fix tests
2024-04-24 16:23:31 +00:00

10 lines
166 B
JSON

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