1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🧹 Delete placeholder test file

This commit is contained in:
Steffo 2021-09-09 16:02:34 +02:00
parent 6a4e695d55
commit f18f96d8a7

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