We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c7d249 + a6cf18b commit abcb133Copy full SHA for abcb133
src/App.test.js
@@ -1,8 +1,8 @@
1
import { render, screen } from '@testing-library/react';
2
import App from './App';
3
4
-test('renders learn react link', () => {
+test('renders Hello baka link', () => {
5
render(<App />);
6
- const linkElement = screen.getByText(/learn react/i);
+ const linkElement = screen.getByText(/Hello baka/i);
7
expect(linkElement).toBeInTheDocument();
8
});
0 commit comments