Skip to content

Commit d3b9587

Browse files
committed
chore: disable progress on npm pack test
1 parent 67ebb66 commit d3b9587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/lib/commands/pack.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ t.test('should log scoped package output as valid json', async t => {
8282
},
8383
}),
8484
},
85-
config: { json: true },
85+
config: {
86+
json: true,
87+
progress: false,
88+
},
8689
})
8790
await npm.exec('pack', [])
8891
const filename = 'myscope-test-package-1.0.0.tgz'

0 commit comments

Comments
 (0)