From ff2b6c55cc691f0b62396d9ba481c75fc870cd6a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 7 Apr 2022 14:18:18 +0200 Subject: chore: add a Tooltip component --- src/components/molecules/layout/modal.test.tsx | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/components/molecules/layout/modal.test.tsx (limited to 'src/components/molecules/layout/modal.test.tsx') diff --git a/src/components/molecules/layout/modal.test.tsx b/src/components/molecules/layout/modal.test.tsx deleted file mode 100644 index 14fb224..0000000 --- a/src/components/molecules/layout/modal.test.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { render, screen } from '@test-utils'; -import Modal from './modal'; - -describe('Modal', () => { - it('renders a title', () => { - render(); - expect(screen.getByText('A custom title')).toBeInTheDocument(); - }); -}); -- cgit v1.2.3