Rendering tests

Rendering tests

Stress test your components in isolation with these speedy tests

Subscribe to watch

Description

Rendering tests allow you to render your components in many different states and then assert against their output. These tests are a great way to stress tests your components in isolation.

In this series we'll cover how to start writing rendering tests, various testing best practices, and how to test the many different states of your components.