From 7994d2f4fc11828113298dd27a90bdb501f3bbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20M=C3=B3r=C3=A1sz?= Date: Thu, 12 Oct 2023 13:17:34 +0000 Subject: [PATCH] remove dummy test --- src/App.test.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.test.tsx b/src/App.test.tsx index 2a68616..267c0b9 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,4 @@ import App from './App'; test('renders learn react link', () => { render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); });