parent
9ce5309478
commit
839b0c1a8f
@ -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(""); |
||||
}); |
||||
|
Loading…
Reference in new issue