utilities/jasmine.json
Timo Hocker 1ae21ed665
All checks were successful
continuous-integration/drone/push Build is passing
use jasmine
2020-10-05 20:37:48 +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
}