mirror of
https://github.com/bitwarden/jslib
synced 2026-01-04 17:43:14 +00:00
13 lines
197 B
JSON
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
|
|
}
|