@johanblumenberg/mocha
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -91,3 +91,3 @@ 'use strict'; | ||
runner.once('test end', function(test) { | ||
runner.once('test end', function() { | ||
stdio.off(onStdout, onStderr); | ||
@@ -114,3 +114,3 @@ | ||
runner.once('hook end', function(hook) { | ||
runner.once('hook end', function() { | ||
stdio.off(onStdout, onStderr); | ||
@@ -117,0 +117,0 @@ |
{ | ||
"name": "@johanblumenberg/mocha", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "simple, flexible, fun test framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
803268