From a2e4b782cd71b0f7692768329b27fd189591348f 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 47f38259..0b7d6202 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`