Comparing version 4.10.1 to 4.10.2
@@ -77,4 +77,2 @@ var defined = require('defined'); | ||
var inErrorState = false; | ||
process.on('exit', function (code) { | ||
@@ -124,3 +122,3 @@ // let the process exit cleanly. | ||
st.on('result', function (r) { | ||
if (!r.ok && typeof r !== 'string') test._exitCode = 1 | ||
if (!r.todo && !r.ok && typeof r !== 'string') test._exitCode = 1 | ||
}); | ||
@@ -127,0 +125,0 @@ })(t); |
{ | ||
"name": "tape", | ||
"version": "4.10.1", | ||
"version": "4.10.2", | ||
"description": "tap-producing test harness for node and browsers", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"function-bind": "~1.1.1", | ||
"glob": "~7.1.3", | ||
"glob": "~7.1.4", | ||
"has": "~1.0.3", | ||
@@ -22,3 +22,3 @@ "inherits": "~2.0.3", | ||
"object-inspect": "~1.6.0", | ||
"resolve": "~1.10.0", | ||
"resolve": "~1.10.1", | ||
"resumer": "~0.0.0", | ||
@@ -31,5 +31,5 @@ "string.prototype.trim": "~1.1.2", | ||
"eclint": "^2.8.1", | ||
"eslint": "^5.13.0", | ||
"eslint": "^5.16.0", | ||
"falafel": "^2.1.0", | ||
"js-yaml": "^3.12.1", | ||
"js-yaml": "^3.13.1", | ||
"tap": "^8.0.1", | ||
@@ -36,0 +36,0 @@ "tap-parser": "^3.0.5" |
Sorry, the diff of this file is not supported yet
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
134765
3643
Updatedglob@~7.1.4
Updatedresolve@~1.10.1