mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
19bf7c75a3
* Use node-ts and jasmine-ts to run tests * prettier * Add tsconf-paths module
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
|
|
}
|