From e243f101b3266ed98a1b668562a639408ffe36d7 Mon Sep 17 00:00:00 2001 From: physcik Date: Fri, 10 Apr 2026 20:45:57 +0500 Subject: router setup --- front/src/App.test.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 front/src/App.test.js (limited to 'front/src/App.test.js') diff --git a/front/src/App.test.js b/front/src/App.test.js deleted file mode 100644 index 1f03afe..0000000 --- a/front/src/App.test.js +++ /dev/null @@ -1,8 +0,0 @@ -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(); -}); -- cgit v1.3