From d7265045730555c03b3142c004c7438e9577028c Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Thu, 16 Dec 2021 10:01:56 -0800 Subject: Bring in all libnpm modules + arborist as workspaces (#4166) Added libnpm workspaces and arborist --- test/lib/commands/pack.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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, }, }) -- cgit v1.2.3