Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/commands/exec.js')
-rw-r--r--test/lib/commands/exec.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lib/commands/exec.js b/test/lib/commands/exec.js
index 6ac719122..6e4c3e224 100644
--- a/test/lib/commands/exec.js
+++ b/test/lib/commands/exec.js
@@ -42,7 +42,9 @@ t.test('registry package', async t => {
}),
})
- await registry.package({ manifest,
+ await registry.package({
+ times: 2,
+ manifest,
tarballs: {
'1.0.0': path.join(npm.prefix, 'npm-exec-test'),
} })