Best of Vitest2024

  1. 1
    Article
    Avatar of storybookStorybook·2y

    Storybook 8.3

    Storybook 8.3 introduces enhanced component testing through first-class Vitest integration, enabling stories to run as tests with unmatched speed. This version also offers a Next.js-Vite framework for improved developer experience (DX), significant reductions in bundle size, and the introduction of story globals for better UI state control. Numerous other improvements include better support for Angular+Vite, Vue memory management, and more.

  2. 2
    Article
    Avatar of awstipAWS Tip·2y

    Vitest setup with serverless framework: Node.js Express.js

    This post discusses the setup for using Vitest with the Serverless framework for Node.js and Express.js applications. Vitest is presented as a compelling alternative to Jest and Mocha, especially for projects that use TypeScript and modern tooling. It boasts a rich testing ecosystem and features like test coverage and visual test explorers.

  3. 3
    Article
    Avatar of logrocketLogRocket·2y

    An advanced guide to Vitest testing and mocking

    Learn about the importance of testing, different testing strategies using Vitest, and how to establish a good testing workflow.