1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-04 17:43:14 +00:00
Files
jslib/common/spec/support/jasmine.json
2021-12-10 16:07:47 +01:00

13 lines
197 B
JSON

{
"spec_dir": "dist/spec",
"spec_files": [
"!web/**/*[sS]pec.js",
"**/*[sS]pec.js"
],
"helpers": [
"helpers.js"
],
"stopSpecOnExpectationFailure": false,
"random": true
}