Skip to content

Commit

Permalink
(fix/docs): test script doesn't run Jest in interactive mode (#536)
Browse files Browse the repository at this point in the history
- these docs actually predate the CI=true addition & removal, not sure
  why they said it runs in interactive mode
  • Loading branch information
agilgur5 committed Mar 9, 2020
1 parent 4f1e1ef commit a2e4b78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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`

Expand Down

0 comments on commit a2e4b78

Please sign in to comment.