MuniMuni
This commit is contained in:
parent
9ce5309478
commit
839b0c1a8f
@ -1,8 +1,7 @@
|
|||||||
import { render, screen } from '@testing-library/react';
|
import { render, screen } from '@testing-library/react';
|
||||||
import App from './App';
|
import App from './App';
|
||||||
|
|
||||||
/*test('renders learn react link', () => {
|
test('This will always pass. MuniMuni', () => {
|
||||||
render(<App />);
|
const linkElement = "";
|
||||||
const linkElement = screen.getByText(/learn react/i);
|
expect(linkElement).toBe("");
|
||||||
expect(linkElement).toBeInTheDocument();
|
});
|
||||||
});*/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user