Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-05 | 1.5 kB | |
v3.2.2 source code.tar.gz | 2025-06-05 | 21.4 MB | |
v3.2.2 source code.zip | 2025-06-05 | 22.3 MB | |
Totals: 3 Items | 43.7 MB | 0 |
🚀 Features
- Support rolldown-vite - by @sheremet-va and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7509 (c8d62)
🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7) - Optimize build output and always prebundle vitest - by @sheremet-va (00a39)
- Make custom locators available in
vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef) - expect:
- Ensure we can always self
toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8) - reporter:
- Allow
dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)