From 7e16f500cb7bc0cfd8bafbf6bb1555704f771231 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 29 Apr 2022 12:13:34 +0200 Subject: chore: remove old pages, components, helpers and types Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. --- __tests__/jest/components/Copyright.test.tsx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 __tests__/jest/components/Copyright.test.tsx (limited to '__tests__/jest/components/Copyright.test.tsx') diff --git a/__tests__/jest/components/Copyright.test.tsx b/__tests__/jest/components/Copyright.test.tsx deleted file mode 100644 index 08beb50..0000000 --- a/__tests__/jest/components/Copyright.test.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import Copyright from '@components/Copyright/Copyright'; -import { render, screen } from '@test-utils'; - -describe('Copyright', () => { - it('renders the Copyright component', () => { - render(); - }); - - it('displays author name', () => { - render(); - expect(screen.getByText('Armand Philippot')).toBeInTheDocument(); - }); -}); -- cgit v1.2.3