1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-26 13:13:29 +00:00
Files
jslib/node/spec/support/jasmine.json
2021-12-10 16:07:47 +01:00

12 lines
175 B
JSON

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