1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-24 12:13:20 +00:00
Files
jslib/spec/support/jasmine.json
2018-04-18 12:59:48 -04:00

13 lines
204 B
JSON

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