crypto-helper/jasmine.json
Timo Hocker b2dbea979f
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-10-04 12:18:39 +02:00

13 lines
164 B
JSON

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