We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de27bcf commit 1a6ef92Copy full SHA for 1a6ef92
docusaurus/docs/running-tests.md
@@ -197,7 +197,7 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla
197
import '@testing-library/jest-dom';
198
```
199
200
-Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Welcome to React".
+Here's an example of using `react-testing-library` and `jest-dom` for testing that the `<App />` component renders "Learn React".
201
202
```js
203
import React from 'react';
0 commit comments