Skip to content

Commit

Permalink
mock correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jun 2, 2022
1 parent ab30be3 commit 569523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/repository/sourceControlManagement.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isDirectory } from '../fileSystem'

jest.mock('vscode')
jest.mock('@hediet/std/disposable')
jest.mock('../filesystem')
jest.mock('../fileSystem')

const mockedScm = jest.mocked(scm)
const mockedDisposable = jest.mocked(Disposable)
Expand Down

0 comments on commit 569523d

Please sign in to comment.