Skip to content

Commit

Permalink
docs(local development): add refactor PR test note (renovatebot#13335)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Jan 3, 2022
1 parent f0906eb commit 64e5c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ You can run `yarn test` locally to test your code.
We test all PRs using the same tests, run on GitHub Actions.
`yarn test` runs an `eslint` check, a `prettier` check, a `type` check and then all the unit tests using `jest`.

Refactor PRs should ideally not change or remove tests (adding tests is OK).

### Jest

You can run just the Jest unit tests by running `yarn jest`.
Expand Down

0 comments on commit 64e5c70

Please sign in to comment.