From 3aa217601d2ea60fa0c7cbeab7dda01e1d85cfd7 Mon Sep 17 00:00:00 2001 From: Tim Welch Date: Thu, 27 Apr 2017 22:33:47 -0500 Subject: [PATCH] Update README.md --- 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)