Skip to content
Snippets Groups Projects
Unverified Commit 64e5c70f authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(local development): add refactor PR test note (#13335)

parent f0906eb7
No related branches found
Tags 38.107.1
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment