asynctrace
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -160,6 +160,7 @@ 'use strict'; | ||
var shimmer = require('shimmer'); | ||
shimmer.wrap(mocha.prototype, 'run', function (original) { | ||
var reporters = mocha.reporters.Base; | ||
shimmer.wrap(mocha.Runner.prototype, 'run', function (original) { | ||
return function () { | ||
var runner = original.apply(this, arguments); | ||
settings.useColors = this.options.useColors; | ||
settings.useColors = reporters.useColors; | ||
runner.on('test', function () { | ||
@@ -166,0 +167,0 @@ Error._frames = null; |
@@ -50,3 +50,3 @@ { | ||
}, | ||
"version": "1.2.4" | ||
"version": "1.2.5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100826
2654