Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fix(lint): remove unused promisify variable
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 19, 2021
1 parent 8f6e935 commit 64d3384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/arborist/reify.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rimrafMock.sync = (...args) => {
throw new Error('rimraf fail')
}
const fs = require('fs')
const { promisify } = require('util')
let failRename = null
let failRenameOnce = null
let failMkdir = null
Expand Down

0 comments on commit 64d3384

Please sign in to comment.