We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7964883 commit 7127150Copy full SHA for 7127150
workspaces/arborist/test/arborist/pruner.js
@@ -39,7 +39,7 @@ t.test('prune with lockfile', async t => {
39
})
40
41
t.test('prune with lockfile with implicit optional peer dependencies', async t => {
42
- registry.mocks({ dir: join(__dirname, '..', '..', 'fixtures') })
+ //registry.mocks({ dir: join(__dirname, '..', '..', 'fixtures') })
43
registry.audit({})
44
const path = fixture(t, 'prune-lockfile-optional-peer')
45
const tree = await pruneTree(path)
0 commit comments