chore: -rm App.test.tsx

This commit is contained in:
amhsirak
2025-01-14 22:48:23 +05:30
parent 9669a34a84
commit dcc1c63643

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