Skip to content

Commit 5c35204

Browse files
committed
fixup! test: remove unnecessary process.exit calls from test files
1 parent 356972a commit 5c35204

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/parallel/test-runner-run-files-undefined.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import { fork } from 'node:child_process';
66
import assert from 'node:assert';
77

88
if (common.hasCrypto) {
9-
common.skip('no crypto');
9+
console.log('1..0 # Skipped: no crypto');
10+
process.exit(0);
1011
}
1112

1213
if (process.env.CHILD === 'true') {

0 commit comments

Comments
 (0)