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.
process.exit
1 parent 356972a commit 5c35204Copy full SHA for 5c35204
1 file changed
test/parallel/test-runner-run-files-undefined.mjs
@@ -6,7 +6,8 @@ import { fork } from 'node:child_process';
6
import assert from 'node:assert';
7
8
if (common.hasCrypto) {
9
- common.skip('no crypto');
+ console.log('1..0 # Skipped: no crypto');
10
+ process.exit(0);
11
}
12
13
if (process.env.CHILD === 'true') {
0 commit comments