console-app/jasmine.json

15 lines
201 B
JSON
Raw Permalink Normal View History

2020-10-03 15:14:14 +02:00
{
"spec_dir": "test",
"spec_files": [
"spec/*.js",
"spec/*.ts"
],
"helpers": [
"helpers/*.js",
"helpers/*.ts"
],
"stopSpecOnExpectationFailure": false,
"random": false
}