Skip to content

Commit 75cda04

Browse files
andycandersonabhiisheek
authored andcommitted
Update running-tests.md (facebook#9380)
1 parent 33113a6 commit 75cda04

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)