Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 20:14
· 1620 commits to main since this release

   🚨 Breaking Changes

  • c8 coverage support now require peer dependency @vitest/coverage-c8 to be installed. Alternatively, you can install @vitest/coverage-istanbul to use istanbul for coverage instead of c8.

   🚀 Features

   🐞 Bug Fixes

  • Handle undefined returns of module mocks, and update migration docs  -  by @jereklas in #1763 and #1830
  • Clear pattern when rerun all tests  -  by @ChpShy in #1834
  • reporter-junit: Remove trailing zeros in duration  -  by @nieyuyao in #1842
    View changes on GitHub