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
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/publish.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/publish.js b/test/lib/publish.js
index 675824848..f0ce0b966 100644
--- a/test/lib/publish.js
+++ b/test/lib/publish.js
@@ -329,7 +329,6 @@ t.test('throw if no registry', async t => {
'../../lib/npm.js': {
flatOptions: {
json: false,
- defaultTag: '0.0.13',
registry: null,
},
config,
@@ -350,7 +349,6 @@ t.test('throw if not logged in', async t => {
'../../lib/npm.js': {
flatOptions: {
json: false,
- defaultTag: '0.0.13',
registry: 'https://registry.npmjs.org/',
},
config: {