Comparing version 5.0.3 to 5.0.4
@@ -98,4 +98,4 @@ import * as assert from './assert.js' | ||
queue = queue.then(async () => { | ||
if (only && !test.only) { skipped++; return } | ||
clearTimeout(summaryTimeout) | ||
if (only && !test.only) { skipped++; return } | ||
@@ -102,0 +102,0 @@ isNode ? console.log(`▶ ${test.name}` + (test.tag ? ` | ${test.tag}` : '')) : |
{ | ||
"name": "tst", | ||
"description": "Tape-compatible test runner", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"repository": "dy/tst", | ||
@@ -6,0 +6,0 @@ "author": "Dmitry Yv", |