Timo Hocker
b053cf12e3
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
201 B
JSON
15 lines
201 B
JSON
|
|
{
|
|
"spec_dir": "test",
|
|
"spec_files": [
|
|
"spec/*.js",
|
|
"spec/*.ts"
|
|
],
|
|
"helpers": [
|
|
"helpers/*.js",
|
|
"helpers/*.ts"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": false
|
|
}
|