| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-23 | 4.4 kB | |
| v4.1.1 source code.tar.gz | 2026-03-23 | 25.3 MB | |
| v4.1.1 source code.zip | 2026-03-23 | 26.5 MB | |
| Totals: 3 Items | 51.8 MB | 0 | |
🚀 Features
- experimental:
- Expose
matchesTagsto test if the current filter matches tags - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9913 (eec53) - Introduce
experimental.vcsProvider- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9928 (56115)
🐞 Bug Fixes
- Mark
TestProject.testFilesListinternal properly - by @sapphi-red in https://github.com/vitest-dev/vitest/issues/9867 (54f26) - Detect fixture that returns without calling
use- by @oilater in https://github.com/vitest-dev/vitest/issues/9831 and https://github.com/vitest-dev/vitest/issues/9861 (633ae) - Drop vite 8.beta support - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9862 (b78f5)
- Type regression in vi.mocked() static class methods - by @purepear and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9857 (90926)
- Properly re-evaluate actual modules of mocked external - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9898 (ae5ec)
- Preserve coverage report when html reporter overlaps - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9889 (2d81a)
- Provide
vi.advanceTimersto the preview provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9891 (1bc3e) - Don't leak event listener in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9910 (d9355)
- Open browser in
--standalonemode without running tests - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9911 (e78ad) - Guard disposable and optional
body- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9912 (6fdb2) - Resolve
retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9942 (7b605) - collect:
- Don't treat extra props on
testreturn as tests - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9871 (141e7) - coverage:
- Simplify provider types - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9931 (aaf9f)
- Load built-in provider without module runner - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9939 (bf892)
- expect:
- Soft assertions continue after .resolves/.rejects promise errors - by @mixelburg, Maks Pikov, Claude Opus 4.6 (1M context) and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9843 (6d74b)
- Fix sinon-chai style API - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9943 (0f08d)
- pretty-format:
- Limit output for large object - by @hi-ogawa and Claude Opus 4.6 (1M context) in https://github.com/vitest-dev/vitest/issues/9949 (0d5f9)