Collection: Testing
2022
November 22, 2022
Using the Builder pattern for creating test data with ease
Make your test code look as appealing as your production code using a design pattern that reduces verbosity and favors expressiveness.
2021
March 8, 2021
Uncovering and conquering async bugs: A trick to testing undesired effects
A reasonable approach to test React components with unexpected async effects.