delete unnecessary test file

This commit is contained in:
luisa.bellitto 2025-06-15 12:36:49 +02:00 committed by Luisa Bellitto
parent 871949b567
commit 88f9e07df9

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