From dcaa99c5138ad20a3210a8396772177aa1fa33da Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 23 Jan 2024 08:52:42 -0800 Subject: [PATCH] chore: fix exec test --- test/lib/commands/exec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/commands/exec.js b/test/lib/commands/exec.js index 3cb4e90e855fe..094cb7113d07a 100644 --- a/test/lib/commands/exec.js +++ b/test/lib/commands/exec.js @@ -41,6 +41,7 @@ t.test('registry package', async t => { }) await registry.package({ + times: 2, manifest, tarballs: { '1.0.0': path.join(npm.prefix, 'npm-exec-test'),