From d34f570a9e1786c3d429269e10ef0439ef0f2721 Mon Sep 17 00:00:00 2001 From: Andy C <7357845+andycanderson@users.noreply.github.com> Date: Tue, 28 Jul 2020 16:33:34 -0700 Subject: [PATCH] Update running-tests.md --- 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 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';