Skip to content

Commit

Permalink
Fix slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 10, 2023
1 parent f4b8b3a commit f67f72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -111,7 +111,7 @@ test('localDir option', async t => {
t.true(envPaths.some(envPath => envPath.endsWith('.bin')));
});

test('execPath option', async t => {
test.serial('execPath option', async t => {
const {path: execPath} = await getNode('16.0.0');
const {stdout} = await execa('node', ['-p', 'process.env.Path || process.env.PATH'], {preferLocal: true, execPath});
t.true(stdout.includes('16.0.0'));
Expand Down

0 comments on commit f67f72b

Please sign in to comment.