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:
authorNathan Fritz <fritzy@github.com>2021-12-16 21:01:56 +0300
committerNathan Fritz <fritzy@github.com>2021-12-16 21:05:19 +0300
commitd7265045730555c03b3142c004c7438e9577028c (patch)
tree035d81b3124bdaa09c21854934bf2b2b50e52e44 /test
parentd8aac8448e983692cacb427e03f4688cd1b62e30 (diff)
Bring in all libnpm modules + arborist as workspaces (#4166)
Added libnpm workspaces and arborist
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,
},
})