This commit is contained in:
Joshua Sigona 2021-06-26 18:00:18 +09:00
parent 9ce5309478
commit 839b0c1a8f

View File

@ -1,8 +1,7 @@
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();
});*/
test('This will always pass. MuniMuni', () => {
const linkElement = "";
expect(linkElement).toBe("");
});