Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "tst", | ||
"description": "Tests without efforts", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"repository": "dy/tst", | ||
@@ -6,0 +6,0 @@ "author": "Dmitry Iv.", |
@@ -158,5 +158,5 @@ const GREEN = '\u001b[32m', RED = '\u001b[31m', YELLOW = '\u001b[33m', RESET = '\u001b[0m', CYAN = '\u001b[36m', GRAY = '\u001b[30m' | ||
if (isNode) process.exit(failed ? 1 : 0) | ||
if (isNode) process.exit(failed.length ? 1 : 0) | ||
}) | ||
export * from './assert.js' |
13499