From bed9a39c97258ffba5528d81d9412356b9f8558b Mon Sep 17 00:00:00 2001 From: Tim Welch Date: Thu, 27 Apr 2017 22:45:30 -0500 Subject: [PATCH] Update README.md (#2040) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95683422a99..96562f4e3f5 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You will see the build errors and lint warnings in the console. ### `npm test` or `yarn test` Runs the test watcher in an interactive mode.
-By default, runs tests related to files changes since the last commit. +By default, runs tests related to files changed since the last commit. [Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests)