Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 174 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 174 Bytes

vitest-v3-require-esm

To reproduce the issue, just run

npm i
CI=1 npm test

If you downgrade vitest@2, the test will pass

npm i vitest@2.x
CI=1 npm test