From 5c8e272a1f04c6d087a18236054fa316bcd2181f Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 24 Aug 2022 16:49:30 +0300 Subject: [PATCH] test(installation): fix --- packages/plugin-commands-installation/test/fetch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/plugin-commands-installation/test/fetch.ts b/packages/plugin-commands-installation/test/fetch.ts index b22c507bbc9..10f79a1dbc1 100644 --- a/packages/plugin-commands-installation/test/fetch.ts +++ b/packages/plugin-commands-installation/test/fetch.ts @@ -13,6 +13,7 @@ const DEFAULT_OPTIONS = { bail: false, bin: 'node_modules/.bin', cliOptions: {}, + extraEnv: {}, include: { dependencies: true, devDependencies: true,