We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c820e commit d14d32bCopy full SHA for d14d32b
tests/test.js
@@ -83,5 +83,6 @@ function exit() {
83
: console.error('⚠️', 'Not good')
84
85
!process.exitCode && (!success || only || ignored) && (process.exitCode = 1)
86
+ setTimeout(() => { throw new Error('failed to gracefully exit') }, 5000).unref()
87
}
88
0 commit comments