We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d1d5 commit cbed33fCopy full SHA for cbed33f
test/exit/main.js
@@ -41,7 +41,7 @@ test.serial(
41
const stopLogging = startExitLogging({ exit: true })
42
43
await emit('unhandledRejection')
44
- t.is(process.exit.exitCode === EXIT_CODE, version.startsWith('v14.'))
+ t.not(process.exitCode === EXIT_CODE, version.startsWith('v14.'))
45
46
stopLogging()
47
},
0 commit comments