mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 23:04:21 +00:00
🧹 Delete placeholder test file
This commit is contained in:
parent
ae3fb7f1b0
commit
a65b34e4de
1 changed files with 0 additions and 9 deletions
|
@ -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();
|
|
||||||
});
|
|
Loading…
Reference in a new issue