Skip to content

Commit

Permalink
fix: remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Nov 15, 2024
1 parent d7e0776 commit c2c92a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function manageFetchMockGlobally(jest: Jest) {
const { clearAllMocks, resetAllMocks, restoreAllMocks } = jest;

jest.clearAllMocks = () => {
console.log('yeah');
clearAllMocks.apply(jest);
fetchMockJest.mockClear();
return jest;
Expand Down

0 comments on commit c2c92a4

Please sign in to comment.