wct-istanbul
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -30,3 +30,3 @@ var middleware = require('./middleware'); | ||
if (!validator.validate(this.collector)) { | ||
if (!this.validator.validate(this.collector)) { | ||
throw new Error('Coverage failed'); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "wct-istanbul", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "Instanbul coverage reporting for projects being tested by web-component-tester", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.js", |
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
10664