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 b54068954c
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-09-28 11:10:15 +02:00

13 lines
164 B
JSON

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