Skip to content

sodatea/vite-jest

Repository files navigation

vite-jest

First-class Vite integration for Jest.

Still work-in-progress, here are some working examples:

Usage:

  1. Add preset: 'vite-jest' to your Jest config.
  2. Replace the jest CLI with vite-jest.

See ./packages/vite-jest/README.md for more detailed guidelines and implementation notes.