This repository has been archived on 2021-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
auth-client-helper/jasmine.json

15 lines
201 B
JSON
Raw Permalink Normal View History

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