summaryrefslogtreecommitdiffstats
path: root/__tests__/jest/components/Copyright.test.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-03-31 14:25:12 +0200
committerArmand Philippot <git@armandphilippot.com>2022-03-31 15:25:41 +0200
commitd7d453f7333def28007b94b9c9d872f89224fc91 (patch)
tree13d5f88b1d39d3eb46b7ba1c7003d11f827255e6 /__tests__/jest/components/Copyright.test.tsx
parent6640cdd35cab960237b3011d7badc5b9b2eaa5bd (diff)
chore: add a button component
Diffstat (limited to '__tests__/jest/components/Copyright.test.tsx')
-rw-r--r--__tests__/jest/components/Copyright.test.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/__tests__/jest/components/Copyright.test.tsx b/__tests__/jest/components/Copyright.test.tsx
index 5f6f287..08beb50 100644
--- a/__tests__/jest/components/Copyright.test.tsx
+++ b/__tests__/jest/components/Copyright.test.tsx
@@ -1,6 +1,5 @@
import Copyright from '@components/Copyright/Copyright';
import { render, screen } from '@test-utils';
-import '../__mocks__/matchMedia.mock';
describe('Copyright', () => {
it('renders the Copyright component', () => {