Web DevMocks, stubs and fakesReplace the database, the email API, or a slow dependency with something you control. Three techniques, what they're each for, and where they go wrong.Sep 8, 2026·4 min
Web DevYour first unit test with VitestInstall Vitest, write one real assertion, and see exactly what expect() checks under the hood before you ever run npx vitest for real.Sep 6, 2026·5 min