From f18f96d8a7efbc4f7e72c76580e1d1be01c4b937 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 9 Sep 2021 16:02:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Delete=20placeholder=20test=20fi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.test.tsx | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 frontend/src/App.test.tsx diff --git a/frontend/src/App.test.tsx b/frontend/src/App.test.tsx deleted file mode 100644 index d1e7839..0000000 --- a/frontend/src/App.test.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import {render, screen} from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -});