Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Sep 25, 2023
1 parent 2ba4ada commit 69321d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/useMeta.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ describe('useMeta', () => {
));
});
vi.runAllTimers();
console.log(document.head.innerHTML);
expect(document.head.innerHTML).toContain('<meta charset="utf-2">');
expect(document.head.innerHTML).toContain(
'<meta name="description" content="This is not a test">'
Expand Down

0 comments on commit 69321d0

Please sign in to comment.