From d7d453f7333def28007b94b9c9d872f89224fc91 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 31 Mar 2022 14:25:12 +0200 Subject: chore: add a button component --- __tests__/jest/components/Branding.test.tsx | 1 - 1 file changed, 1 deletion(-) (limited to '__tests__/jest/components/Branding.test.tsx') 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', () => { -- cgit v1.2.3