update poc image and test (#7)

This commit is contained in:
woodser 2021-09-10 06:43:16 -04:00 committed by GitHub
parent 982e1580f7
commit 56975a6022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
const linkElement = screen.getByText(/learn more/i);
expect(linkElement).toBeInTheDocument();
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB