diff options
Diffstat (limited to '__tests__/jest/components/Branding.test.tsx')
| -rw-r--r-- | __tests__/jest/components/Branding.test.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/__tests__/jest/components/Branding.test.tsx b/__tests__/jest/components/Branding.test.tsx index ae759a3..14266be 100644 --- a/__tests__/jest/components/Branding.test.tsx +++ b/__tests__/jest/components/Branding.test.tsx @@ -1,6 +1,5 @@ import Branding from '@components/Branding/Branding'; import { render, screen } from '@test-utils'; -import '../__mocks__/matchMedia.mock'; describe('Branding', () => { it('renders the title wrapped with an h1 element on homepage', () => { |
