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 16ddff4 commit ea496c8Copy full SHA for ea496c8
index.test.js
@@ -19,5 +19,5 @@ test('wait 500 ms', async() => {
19
test('test runs', () => {
20
process.env['INPUT_MILLISECONDS'] = 500;
21
const ip = path.join(__dirname, 'index.js');
22
- console.log(cp.execSync(`node ${ip}`).toString());
+ console.log(cp.execSync(`node ${ip}`, { env: process.env }).toString());
23
})
0 commit comments