mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +00:00
🧹 Delete placeholder test file
This commit is contained in:
parent
6a4e695d55
commit
f18f96d8a7
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