removed unused files

This commit is contained in:
2023-03-17 13:21:24 +01:00
parent e8bc30e9af
commit bf9b17836d
3 changed files with 0 additions and 23 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();
});