Skip to content

Commit

Permalink
fixup: rebase to release-next, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 15, 2021
1 parent 5439165 commit d148cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/version.js
Expand Up @@ -295,7 +295,7 @@ t.test('workspaces', t => {
}),
},
})
const Version = requireInject('../../lib/version.js', {
const Version = t.mock('../../lib/version.js', {
...mocks,
libnpmversion: (arg, opts) => {
libNpmVersionArgs.push([arg, opts])
Expand Down

0 comments on commit d148cbf

Please sign in to comment.