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
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/commands/pack.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lib/commands/pack.js b/test/lib/commands/pack.js
index 21057e207..51453dae9 100644
--- a/test/lib/commands/pack.js
+++ b/test/lib/commands/pack.js
@@ -136,6 +136,9 @@ t.test('workspaces', async t => {
},
config: {
workspaces: true,
+ // TODO: this is a workaround for npm run test-all
+ // somehow leaking include-workspace-root
+ 'include-workspace-root': false,
},
})