Skip to content

Commit

Permalink
(fix/docs): test script doesn't run Jest in interactive mode (jared…
Browse files Browse the repository at this point in the history
…palmer#536)

- these docs actually predate the CI=true addition & removal, not sure
  why they said it runs in interactive mode
  • Loading branch information
agilgur5 authored and paul-vd committed Dec 1, 2020
1 parent 639ddc4 commit a03bd3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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`

Expand Down

0 comments on commit a03bd3a

Please sign in to comment.