delete unnecessary test file

This commit is contained in:
luisa.bellitto 2025-06-15 12:36:49 +02:00 committed by Luisa Bellitto
parent 5f5fb0ff8a
commit 0f68477034

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