From 89b3b1cb9884ea1b09e2c84f79fd84542503d48b Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Wed, 4 Mar 2020 02:45:43 -0500 Subject: [PATCH] (fix/docs): `test` script doesn't run Jest in interactive mode - 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 03bf8a38b..6ecfa136e 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,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`