🐞 Bug Fixes
- Remove internal flag from UI option in the config - by @sheremet-va (7b4a2)
- browser:
- Avoid safaridriver collision - by @mbland in #4863 (345a2)
- Resolved failure to find arbitrarily-named snapshot files when using
expect(...).toMatchFileSnapshot()
matcher. - by @zmullett, Zac Mullett and @sheremet-va in #4839 (b8140) - Handle config.base - by @mbland and @sheremet-va in #4686 and #4692 (9e345)
- deps:
- runner:
- spy:
- Don't allow Promise in mockImplementation - by @sheremet-va in #4859 (072e0)
- vite-node:
- Correctly return cached result - by @sheremet-va in #4870 (15bbb)
- vitest:
- Throw an error if mock was already loaded when vi.mock is called - by @sheremet-va in #4862 (e12a5)
- Correctly rerun test files on change if server was restarted - by @sheremet-va in #4871 (6088b)
- vm-threads:
- Don't crash on percentage based
memoryLimit
- by @inottn and @AriPerkkio in #4802 (70e8a)
- Don't crash on percentage based