Skip to content

Commit

Permalink
fix: publish: test defaultTag caused early error
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed Jan 8, 2021
1 parent 87b1846 commit d43156e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/publish.js
Expand Up @@ -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,
Expand All @@ -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: {
Expand Down

0 comments on commit d43156e

Please sign in to comment.