Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 295 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 295 Bytes

viteste-define-config-bug-repro

First, install the dependencies:

pnpm i

To reproduce the bug, run the following commands:

pnpm patch-remove vitest@0.33.0
pnpm type-check

To restore the patch to see the fixed version:

git restore -- .
pnpm i
pnpm type-check