mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
2c414ce27a
* Use logService for console messages * Implement a base ConsoleLog service Use this class as a default for other services that would like to output to console. This service is overriden in CLI and Desktop to use CLI's consoleLogService and electronLogService, respectively. * Use browser-process-hrtime for timing * test LogService implementations * Ignore default import of hrtime * Clean up imports. Require ConsoleLog injection Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
14 lines
235 B
JSON
14 lines
235 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
|
|
}
|