Skip to content

Commit 1a6ef92

Browse files
Update running-tests.md (#9380)
1 parent de27bcf commit 1a6ef92

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
@@ -197,7 +197,7 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla
197197
import '@testing-library/jest-dom';
198198
```
199199

200-
Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Welcome to React".
200+
Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Learn React".
201201

202202
```js
203203
import React from 'react';

0 commit comments

Comments
 (0)