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.
test-runner-run-files-undefined
1 parent 76c4ee9 commit 7feccdaCopy full SHA for 7feccda
1 file changed
test/parallel/test-runner-run-files-undefined.mjs
@@ -51,7 +51,7 @@ if (process.env.CHILD === 'true') {
51
});
52
} else {
53
fork(import.meta.filename, [], {
54
- env: { CHILD: 'true' }
+ env: { ...process.env, CHILD: 'true' }
55
}).on('exit', common.mustCall((code) => {
56
assert.strictEqual(code, 0);
57
}));
0 commit comments