Skip to content

Commit d04b3fa

Browse files
authored
Update App.test.js
1 parent 3989b4c commit d04b3fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front-end/src/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import App from './App';
33

44
test('renders learn react link', () => {
55
render(<App />);
6-
const linkElement = screen.getByText(/learn react/i);
6+
const linkElement = screen.getById("testApp");
77
expect(linkElement).toBeInTheDocument();
88
});

0 commit comments

Comments
 (0)