Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/mock-npm.js')
-rw-r--r--test/fixtures/mock-npm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/mock-npm.js b/test/fixtures/mock-npm.js
index 90bf7da4c..adf6c7432 100644
--- a/test/fixtures/mock-npm.js
+++ b/test/fixtures/mock-npm.js
@@ -63,7 +63,7 @@ const LoadMockNpm = async (t, {
prefixDir = {},
homeDir = {},
cacheDir = {},
- globalPrefixDir = {},
+ globalPrefixDir = { lib: {} },
config = {},
mocks = {},
globals = null,