testem-time-reporter
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -6,2 +6,3 @@ /* eslint-env node */ | ||
function TimeReporter (opts) { | ||
opts = opts || {}; | ||
this.out = opts.out || process.stdout; | ||
@@ -8,0 +9,0 @@ this.runDuration = 0; |
{ | ||
"name": "testem-time-reporter", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "A testem reporter for highlighting tests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9689
184