🐞 Bug Fixes
- Don't crash when using happy-dom or jsdom environment on Yarn PnP workspaces - by @wojtekmaj and @sheremet-va in #4698 (ee8b4)
- Don't fail if
inline: true
is set - by @sheremet-va in #4815 (8f622) - Correct option name
--no-parallelism
- by @bonyuta0204 in #4831 (5053a) - Match jest json output by making json reporter output ndjson-compatible - by @bard in #4824 (7e6a6)
- runner:
- vitest:
- Don't hang when mocking files with cyclic dependencies - by @sheremet-va in #4811 (e8ca6)
- Initialize snapshot state only once for each file suite - by @hi-ogawa in #4796 (957da)
- Fix file snapshots in skipped suites considered obsolete - by @hi-ogawa in #4795 (06c14)
- Show
beforeAll/afterAll
errors in junit reporter - by @hi-ogawa in #4819 (2baea)
- vm-threads:
- Tests not cancelled on key press, cancelled tests shown twice - by @AriPerkkio in #4781 (cf53d)