auth-server-helper/jasmine.json
Timo Hocker c6bd55eb0d
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-09-28 11:46:30 +02:00

13 lines
164 B
JSON

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