mirror of
https://github.com/bitwarden/jslib
synced 2025-12-26 05:03:41 +00:00
8 lines
177 B
JSON
8 lines
177 B
JSON
{
|
|
"spec_dir": "dist/spec",
|
|
"spec_files": ["!web/**/*[sS]pec.js", "**/*[sS]pec.js"],
|
|
"helpers": ["helpers.js"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|