auth-server-helper/jasmine.json

15 lines
201 B
JSON
Raw Normal View History

2020-09-28 11:27:10 +02:00
{
"spec_dir": "test",
"spec_files": [
2020-10-04 12:31:01 +02:00
"spec/*.js",
"spec/*.ts"
2020-09-28 11:27:10 +02:00
],
"helpers": [
2020-10-04 12:31:01 +02:00
"helpers/*.js",
"helpers/*.ts"
2020-09-28 11:27:10 +02:00
],
"stopSpecOnExpectationFailure": false,
"random": false
}