Skip to content

Commit 6e67323

Browse files
committed
Update tst.js
1 parent 0fd66fd commit 6e67323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tst.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Promise.all([
155155
}
156156
if (skipped) console.log(`# skip ${skipped}`)
157157

158-
if (isNode) process.exit(failed ? 1 : 0)
158+
if (isNode) process.exit(failed.length ? 1 : 0)
159159
})
160160

161161
export * from './assert.js'

0 commit comments

Comments
 (0)