Skip to content

Commit

Permalink
chore: add hometest
Browse files Browse the repository at this point in the history
  • Loading branch information
iakivpekarskyi committed Jun 15, 2024
1 parent b7247e4 commit 1d6e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '@testing-library/jest-dom'

Object.defineProperty(window, 'matchMedia', {
writable: true,
value: jest.fn().mockImplementation(query => ({
value: jest.fn().mockImplementation((query) => ({
matches: false,
media: query,
onchange: null,
Expand Down

0 comments on commit 1d6e703

Please sign in to comment.