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