This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
auth-client-helper/jasmine.json
Timo Hocker d05eaec7c7
Some checks failed
continuous-integration/drone/push Build is failing
fix stryker config
2020-10-04 12:33:12 +02:00

15 lines
201 B
JSON

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