mirror of https://github.com/waku-org/waku-lab.git
chore: rm boilerplate test
This commit is contained in:
parent
44c5c25a58
commit
5c1ff89158
|
@ -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 New Issue