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 3fbed84 commit 7fb624fCopy full SHA for 7fb624f
smoke-tests/test/large-install.js
@@ -31,7 +31,7 @@ t.test('large install', async t => {
31
const { stdout } = await runTest(t)
32
// As a bonus this test asserts that this package-lock always
33
// installs the same number of packages.
34
- t.match(stdout, `added 126${process.platform === 'linux' ? 4 : 5} packages in`)
+ t.match(stdout, `added 130${process.platform === 'win32' ? 7 : 6} packages in`)
35
})
36
37
t.test('large install, no lock and low memory', async t => {
0 commit comments