Skip to content

Commit 0f9e350

Browse files
weyertiansu
authored andcommitted
Update running-tests.md (#7659)
1 parent c9b9504 commit 0f9e350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/running-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ import App from './App';
204204

205205
it('renders welcome message', () => {
206206
const { getByText } = render(<App />);
207-
expect(getByText('Welcome to React')).toBeInTheDocument();
207+
expect(getByText('Learn React')).toBeInTheDocument();
208208
});
209209
```
210210

0 commit comments

Comments
 (0)