1
0
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:
Kyle Spearrin
2018-04-18 12:59:48 -04:00
parent 172f2de4ff
commit 9b4069cb19
9 changed files with 2443 additions and 15 deletions

3
spec/helpers.ts Normal file
View File

@@ -0,0 +1,3 @@
const TSConsoleReporter = require('jasmine-ts-console-reporter');
jasmine.getEnv().clearReporters(); // Clear default console reporter
jasmine.getEnv().addReporter(new TSConsoleReporter());