Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions smoke-tests/test/large-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ const runTest = async (t, { lowMemory } = {}) => {
// should be investigated.
t.test('large install', async t => {
const { stdout } = await runTest(t)
// As a bonus this test asserts that this package-lock always
// installs the same number of packages.
t.match(stdout, `added 130${process.platform === 'win32' ? 7 : 6} packages in`)
t.match(stdout, /added \d+ packages/)
})

t.test('large install, no lock and low memory', async t => {
Expand Down