mirror of
https://github.com/bitwarden/jslib
synced 2025-12-26 13:13:29 +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