Skip to content

Commit

Permalink
test: publish: fix tag caused early error
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed Jan 6, 2021
1 parent 8901c56 commit 9ffd0f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/publish.js
Expand Up @@ -325,7 +325,6 @@ t.test('throw if no registry', async t => {
'../../lib/npm.js': {
flatOptions: {
json: false,
defaultTag: '0.0.13',
registry: null,
},
config,
Expand All @@ -346,7 +345,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: {
Expand Down

0 comments on commit 9ffd0f3

Please sign in to comment.