1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-03 17:13:14 +00:00
Files
jslib/spec/support/jasmine.json
2021-12-10 15:03:16 +01:00

14 lines
242 B
JSON

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