master
Joshua Sigona 3 years ago
parent 9ce5309478
commit 839b0c1a8f
  1. 9
      src/App.test.js

@ -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…
Cancel
Save