mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 14:13:22 +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
|
|
}
|