Resources
From newest to oldest.
- article
Incredible Vitest Defaults
 - workshop

Advanced Vitest Patterns
 - article
Better Test Setup with Disposable Objects
 - article
Do NOT Assert on Requests (Do This Instead)
 - workshop

React Component Testing with Vitest
 - article
.toBeVisible() or .toBeInTheDocument()?
 - article
Why I Won’t Use JSDOM
 - article
The Difference Between Clearing, Resetting, and Restoring Mocks
 - article
Writing Tests That Fail
 - workshop

Mocking Techniques in Vitest
 - article
Inverse Assertions
 - article
Be S.M.A.R.T. About Flaky Tests
 - article
What Is A Test Boundary?
 - article
Good Code, Testable Code
 - workshop

Testing Fundamentals
 - talk
Mocking WebSockets with MSW
 - article

Implicit Assertions
 - article

Making Use of Code Coverage
 - article

Anatomy of a Test
 - talk
How to Write Better Test Names
 - article

The Golden Rule of Assertions
 - article

The True Purpose of Testing