Overview of @rezi-ui/testkit
mainThe @rezi-ui/testkit package provides essential testing infrastructure for the Rezi ecosystem. It includes:
- Test utilities: Helpers for writing and managing tests.
- Deterministic fuzz helpers: Tools for performing fuzz testing using reproducible seeds.
- Golden fixtures: Standardized data sets used for regression testing and snapshot comparisons.
Note on Fuzzing: Fuzz seeds used in this package are unsigned 32-bit integers. This allows for deterministic reproduction of edge cases found during fuzzing sessions.
Most application developers will not need to depend on this package directly, as it is primarily intended for library authors and core contributors working on Rezi components.