Skip to content

Commit feeb211

Browse files
authored
Fix App.test.js.
1 parent 43b334b commit feeb211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { render, screen } from '@testing-library/react';
22
import App from './App';
33

4-
test('renders learn react link', () => {
4+
test('renders Supported by Women Who Code link', () => {
55
render(<App />);
6-
const linkElement = screen.getByText(/learn react/i);
6+
const linkElement = screen.getByText(/Supported by Women Who Code/i);
77
expect(linkElement).toBeInTheDocument();
88
});

0 commit comments

Comments
 (0)