tap-parser
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -107,3 +107,5 @@ var Stream = require('stream'); | ||
var last = results.asserts[results.asserts.length - 1].number; | ||
var last = results.asserts.length | ||
&& results.asserts[results.asserts.length - 1].number | ||
; | ||
if (results.ok && last < results.plan.end) { | ||
@@ -110,0 +112,0 @@ stream.emit('parseError', { |
{ | ||
"name" : "tap-parser", | ||
"version" : "0.0.0", | ||
"version" : "0.0.1", | ||
"description" : "parse the test anything protocol", | ||
@@ -5,0 +5,0 @@ "main" : "index.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
22104
679