mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-07 17:45:22 +08:00
More often than not tests only need to be updated, especially snapshot output. I'm not sure if we should directly include a link to the [docs on running the tests][0] here to encourage doing so locally before the PR hits CI. [0]: https://jj-vcs.github.io/jj/prerelease/contributing/#setting-up-a-development-environment
853 B
853 B
Checklist
If applicable:
- I have updated
CHANGELOG.md - I have updated the documentation (
README.md,docs/,demos/) - I have updated the config schema (
cli/src/config-schema.json) - I have added/updated tests to cover my changes