Merge pull request #353 from getmaxun/invalid-route

chore: -rm `App.test.tsx`
This commit is contained in:
Karishma Shukla
2025-01-14 22:49:20 +05:30
committed by GitHub

View File

@@ -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(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});