chore: rm boilerplate test

This commit is contained in:
Danish Arora 2024-10-01 14:36:58 +05:30
parent 44c5c25a58
commit 5c1ff89158
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
1 changed files with 0 additions and 9 deletions

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();
});