Skip to content

Commit d2f8af2

Browse files
dr-jsnlf
authored andcommitted
fix: publish: test defaultTag caused early error
PR-URL: #2445 Credit: @dr-js Close: #2445 Reviewed-by: @ruyadorno
1 parent 938a77d commit d2f8af2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/lib/publish.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ t.test('throw if no registry', async t => {
329329
'../../lib/npm.js': {
330330
flatOptions: {
331331
json: false,
332-
defaultTag: '0.0.13',
333332
registry: null,
334333
},
335334
config,
@@ -350,7 +349,6 @@ t.test('throw if not logged in', async t => {
350349
'../../lib/npm.js': {
351350
flatOptions: {
352351
json: false,
353-
defaultTag: '0.0.13',
354352
registry: 'https://registry.npmjs.org/',
355353
},
356354
config: {

0 commit comments

Comments
 (0)