v0.29.8
版本发布时间: 2023-03-28 21:11:57
vitest-dev/vitest最新发布版本:v2.1.0-beta.6(2024-08-20 21:19:10)
🚀 Features
- Allow accessing "vi" methods without context, don't fail when mocker is not available - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3047 (1531c)
- Show browser console in the terminal - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3048 (ee6f5)
- Playwright as browser provider - by @Aslemammad and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3079 (9dc69)
- Implement
istanbul
coverage support for browser testing - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3040 (0f44d)
🐞 Bug Fixes
- Add generic to expect.objectContaining type - by @ArtyMaury in https://github.com/vitest-dev/vitest/issues/3053 (69d2c)
- Do not fail, when primitive error is thrown - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3074 (6efe6)
- Handle cloning proxied classes w/ enumerable getters - by @tgriesser in https://github.com/vitest-dev/vitest/issues/3026 (196a0)
- Spy on popup apis like alert - by @Aslemammad and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3076 (280ad)
- Report coverage even when no tests found - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3091 (2cb91)