Skip to content

Commit cbed33f

Browse files
committed
Fix test
1 parent 845d1d5 commit cbed33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/exit/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test.serial(
4141
const stopLogging = startExitLogging({ exit: true })
4242

4343
await emit('unhandledRejection')
44-
t.is(process.exit.exitCode === EXIT_CODE, version.startsWith('v14.'))
44+
t.not(process.exitCode === EXIT_CODE, version.startsWith('v14.'))
4545

4646
stopLogging()
4747
},

0 commit comments

Comments
 (0)