Skip to content

Commit

Permalink
fixup! chore(refactor): finish passing npm context
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jun 10, 2021
1 parent 9884a03 commit 9b76573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/load-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ else {

t.test('call the error handle so we dont freak out', t => {
const errorHandler = require('../../lib/utils/error-handler.js')
errorHandler.setNpm(npm)
errorHandler()
t.end()
})
Expand Down

0 comments on commit 9b76573

Please sign in to comment.