🐞 Bug Fixes
- Correctly resolve vitest import if
inline: true
is set - by @sheremet-va in #7856 (a83f3) - Fix fixture parsing with lowered async with esbuild 0.25.3 - by @hi-ogawa in #7921 (c5c85)
- Remove event-catcher code - by @sheremet-va in #7898 (deb1b)
- Reset mocks on test retry/repeat - by @sheremet-va in #7897 (2fa76)
- Ignore failures on writeToCache - by @orgads in #7893 (8c7f7)
- browser: Correctly inherit CLI options - by @sheremet-va in #7858 (03660)
- deps: Update all non-major dependencies - in #7867 (67ef7)
- reporters:
--merge-reports
to show each total run times - by @AriPerkkio in #7877 (d613b)