Build/Config/jasmine.json
2025-04-02 13:33:49 +00:00

10 lines
166 B
JSON
Executable File

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