From a03bd3a0066477d5884661743224a2e496cace9e Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Mon, 9 Mar 2020 13:53:34 -0400 Subject: [PATCH] (fix/docs): `test` script doesn't run Jest in interactive mode (#536) - these docs actually predate the CI=true addition & removal, not sure why they said it runs in interactive mode --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 080a0f43b..ffa2961c5 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,7 @@ The package is optimized and bundled with Rollup into multiple formats (CommonJS ### `npm test` or `yarn test` -Runs the test watcher (Jest) in an interactive mode. -By default, runs tests related to files changed since the last commit. +Runs your tests using Jest. ### `npm run lint` or `yarn lint`