Skip to content

Commit 011936f

Browse files
authored
Merge pull request #1110 from form8ion/renovate/master-form8ion-project-20.x
2 parents d3de341 + 427111e commit 011936f

File tree

4 files changed

+434
-85
lines changed

4 files changed

+434
-85
lines changed

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const error = new Error('Command failed with exit code 1: npm ls husky --json');
1111
error.exitCode = 1;
1212
error.stdout = JSON.stringify({});
1313
error.command = 'npm ls husky --json';
14-
const {default: execa} = await td.replaceEsm('@form8ion/execa-wrapper');
14+
const {execa} = await td.replaceEsm('execa');
1515
td.when(execa('. ~/.nvm/nvm.sh && nvm ls-remote --lts', {shell: true}))
1616
.thenResolve({stdout: ['v16.5.4', ''].join('\n')});
1717
td.when(execa('. ~/.nvm/nvm.sh && nvm install', {shell: true})).thenReturn({stdout: {pipe: () => undefined}});

0 commit comments

Comments
 (0)