Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 932 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 932 Bytes

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.