mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
node vs web testing with jasmine
This commit is contained in:
3
spec/helpers.ts
Normal file
3
spec/helpers.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
const TSConsoleReporter = require('jasmine-ts-console-reporter');
|
||||
jasmine.getEnv().clearReporters(); // Clear default console reporter
|
||||
jasmine.getEnv().addReporter(new TSConsoleReporter());
|
||||
Reference in New Issue
Block a user