mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
8 lines
206 B
JSON
8 lines
206 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": ["common/**/*[sS]pec.ts", "node/**/*[sS]pec.ts", "electron/**/*[sS]pec.ts"],
|
|
"helpers": ["helpers.ts"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|