Skip to content

Commit

Permalink
feat: fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
luhanamz committed Sep 8, 2021
1 parent 453b8b2 commit d9ed2e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pathManager_mock.getHooksDirPath.mockReturnValue(testProjectHooksDirPath);
stateManager_mock.getHooksConfigJson.mockReturnValueOnce({ extensions: { py: { runtime: 'python3' } } });

jest.mock('execa');
jest.mock('process');
jest.mock('../../state-manager');
jest.mock('which', () => ({
sync: jest.fn().mockImplementation(runtimeName => {
Expand Down

0 comments on commit d9ed2e4

Please sign in to comment.