🚀 Features
- api:
- Make spec into a class instead of a tuple - by @sheremet-va in #6355 (874a1)
- browser:
- Support v8 coverage - by @AriPerkkio in #6273 (34199)
- coverage:
- Add
--exclude-after-remap
- by @AriPerkkio in #6309 (5932a)
- Add
- vitest:
- Add return type and promisable mockFactory - by @syi0808 and @sheremet-va in #6139 (f5e0b)
- Add
vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in #6347 (8ff63)
🐞 Bug Fixes
- Align RawMatcherFn type definition with Jest - by @wheresrhys in #6351 (d09f0)
- coverage:
- Use project specific
vitenode
for uncovered files - by @AriPerkkio in #6044 (da52d)
- Use project specific
- snapshot:
- typecheck:
- Run both runtime and typecheck tests if
typecheck.include
overlaps withinclude
- by @sheremet-va in #6256 (153ff)
- Run both runtime and typecheck tests if
- vitest:
- Always resolve vitest to the root version - by @sheremet-va in #6369 (163d7)
- workspace:
- Correctly resolve workspace globs and file paths - by @sheremet-va in #6316 (afdcb)