Skip to content
Rahul Dahal
packagetesting · tooling

vitest

A test runner that does not get in the way.

Why I like it

Watch mode is so fast it changes how you write tests. The fact that it shares Vite's config means there is one resolver to debug, not two.

#testing#tooling