mirror of
https://github.com/bitwarden/jslib
synced 2025-12-27 05:33:29 +00:00
8 lines
211 B
JSON
8 lines
211 B
JSON
{
|
|
"spec_dir": "dist/spec",
|
|
"spec_files": ["common/**/*[sS]pec.js", "node/**/*[sS]pec.js", "electron/**/*[sS]pec.js"],
|
|
"helpers": ["helpers.js"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|