encoding-helper/jasmine.json
Timo Hocker b053cf12e3
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-10-04 17:56:52 +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
}