mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
13 lines
204 B
JSON
13 lines
204 B
JSON
{
|
|
"spec_dir": "dist/spec",
|
|
"spec_files": [
|
|
"common/**/*[sS]pec.js",
|
|
"node/**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|