From d3b958756144d71c25cc4bd2020e040a940fbe3b Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 8 May 2024 09:50:05 -0700 Subject: [PATCH] chore: disable progress on npm pack test --- test/lib/commands/pack.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/lib/commands/pack.js b/test/lib/commands/pack.js index 3ea67c78d996a..fd525114cde9f 100644 --- a/test/lib/commands/pack.js +++ b/test/lib/commands/pack.js @@ -82,7 +82,10 @@ t.test('should log scoped package output as valid json', async t => { }, }), }, - config: { json: true }, + config: { + json: true, + progress: false, + }, }) await npm.exec('pack', []) const filename = 'myscope-test-package-1.0.0.tgz'