Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
molnard1 committed May 27, 2024
1 parent dbd4dab commit ef953c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/components/CaseOpeningAnim.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ window.matchMedia = jest.fn().mockImplementation(query => ({
removeListener: jest.fn(),
}));

console.error = jest.fn()

describe('CaseOpeningAnim tesztek', () => {
it('teszteli a komponens működését', () => {
render(
Expand Down

0 comments on commit ef953c1

Please sign in to comment.