You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
416 B
JSON

2 years ago
{
2 years ago
"spec_dir": "src/tests",
2 years ago
"spec_files": [
"models/product_spec.ts",
"models/user_spec.ts",
"models/order_spec.ts",
"handlers/*_[sS]pec.ts"
2 years ago
],
"helpers": [
"helpers/**/*.js"
],
"reporters": [
{
"name": "jasmine-spec-reporter#SpecReporter",
"options": {
"displayStacktrace": "all"
}
}
],
"stopSpecOnExpectationFailure": false,
"random": false
2 years ago
}