Created with create-svelte
.
- Install the dependencies using your favorite package manager.
- Run the unit test (
pnpm test:unit
,yarn test:unit
,npm run test:unit
) - Update
vitest
from 0.25.6 to 0.25.7 - Run the test again
- In both cases, the unit test succeeds.
- The unit tests succeeds only with vitest@0.25.6
- It fails with vitest@0.25.7
The test fails with 0.28.4 (latest) as well.
- Vite has been upgraded from 3 to 4.
- Rollup is a dependency of Vite and has been upgraded from 2 to 3