A solid reference for Vitest that covers the essentials without the fluff. You get common assertions, async testing patterns with the critical await reminders, and a quick mock reference. The verification gates are actually useful, especially the async matcher check since forgetting await on resolves/rejects creates silent false positives. It splits deeper topics like module mocking and configuration into separate references, which keeps the main doc scannable. Best used when you're writing tests and need to confirm syntax or catch yourself before making the usual mistakes. Not a tutorial, just the patterns you'd otherwise grep the docs for.
npx skills add https://github.com/existential-birds/beagle --skill vitest-testing