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/lib/publish.js')
-rw-r--r--test/lib/publish.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/publish.js b/test/lib/publish.js
index df73b6863..6b0021db6 100644
--- a/test/lib/publish.js
+++ b/test/lib/publish.js
@@ -57,6 +57,7 @@ t.test('should publish with libnpmpublish, passing through flatOptions and respe
const npm = mockNpm({
flatOptions: {
customValue: true,
+ workspacesEnabled: true,
},
})
npm.config.getCredentialsByURI = (uri) => {