Skip to content

Commit

Permalink
docs(readme): mention test:update and test:update:warn npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
recursive-beast committed Mar 3, 2021
1 parent da51590 commit a6f53e5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,21 @@ npm run test:warn
```

Coverage report is located in `tests/coverage`.
you might want to review it in your browser, and for example,
You might want to review it in your browser, and for example,
write tests for non-covered blocks, or remove them if they're useless.

To run tests and update snapshots:

```sh
npm run test:update
```

or (with rollup warnings):

```sh
npm run test:update:warn
```

### Commiting changes

Please follow the [conventional commits][5] specification, because [semantic-release][6] is used to automate the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
Expand Down

0 comments on commit a6f53e5

Please sign in to comment.