test-renderer is a lightweight React 19 test renderer built on react-reconciler.
Use Bun for repository scripts.
Core commands:
bun run buildbun run typecheckbun run testbun run validate
Project docs:
PR draft workflow:
- Keep
PR.mdat the repository root aligned with the current branch diff relative toorigin/main, using the structure from.github/pull_request_template.md. - Do not commit or mention
PR.mdin the pull request description.
Release workflow:
- Always update
CHANGELOG.mdbefore cutting a release.