Skip to content

Commit

Permalink
fixup! deps: @npmcli/fs@3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 7, 2022
1 parent 829e3eb commit 8c36134
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions workspaces/arborist/test/arborist/reify.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,9 @@ const { moveFile } = t.mock('@npmcli/fs', { 'fs/promises': fspMock })
const mocks = {
fs: fsMock,
'fs/promises': fspMock,
'@npmcli/fs': { ...npmFs, moveFile }
'@npmcli/fs': { ...npmFs, moveFile },
}




const oldLockfileWarning = [
'warn',
'old lockfile',
Expand Down

0 comments on commit 8c36134

Please sign in to comment.