mirror of
https://github.com/bitwarden/browser
synced 2025-01-04 06:15:37 +01: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
|
|
}
|