diff --git a/docusaurus/docs/running-tests.md b/docusaurus/docs/running-tests.md index 14244ae275e..ed401cd0f13 100644 --- a/docusaurus/docs/running-tests.md +++ b/docusaurus/docs/running-tests.md @@ -197,7 +197,7 @@ Similar to `enzyme` you can create a `src/setupTests.js` file to avoid boilerpla import '@testing-library/jest-dom'; ``` -Here's an example of using `react-testing-library` and `jest-dom` for testing that the `` component renders "Welcome to React". +Here's an example of using `react-testing-library` and `jest-dom` for testing that the `` component renders "Learn React". ```js import React from 'react';