From 30b3a1f3028117057c77567100fefb40f8a81866 Mon Sep 17 00:00:00 2001 From: Andy C <7357845+andycanderson@users.noreply.github.com> Date: Sat, 1 Aug 2020 14:30:34 -0700 Subject: [PATCH] Update running-tests.md (#9380) --- docusaurus/docs/running-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/running-tests.md b/docusaurus/docs/running-tests.md index 98ea1b46273..e6b2ec5b980 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';