4.0.2
🐞 Bug Fixes
- browser:
- Don't print the deprecation notice in node_modules - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8779 (588f7)
- pool:
- Assign envs before running tests to keep in sync with process.env - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8769 (26ce8)
- spy:
- Properly inherit implementation's
length- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8778 (d4c2b) - Reset spies if both
restoreMocksandmockResetare set in the config - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8781 (2eedb)
- Properly inherit implementation's