Skip to content

Commit

Permalink
bump version - remove console.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc McIntyre committed May 2, 2024
1 parent 253eb68 commit 434ab4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock-extended",
"version": "3.0.5",
"version": "3.0.7",
"homepage": "https://github.com/marchaos/jest-mock-extended",
"description": "Type safe mocking extensions for jest",
"files": [
Expand Down
3 changes: 0 additions & 3 deletions src/Matchers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ describe('Matchers', () => {
const f = jest.fn();
f(undefined);

// @ts-ignore
console.info(f.mock);

expect(f).toHaveBeenCalledWith(any());
});
});
Expand Down

0 comments on commit 434ab4d

Please sign in to comment.