Skip to content

v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 08:39
· 5 commits to main since this release
88fb8cd

8.0.0 (2023-10-31)

bug

  • Fix issue on Vite env not cleaning up after test (#297) (88fb8cd)

BREAKING CHANGES

  • This PR change default behavior for Vitest users. This major should yield no effect to other test frameworks.

Throw error when running vitest with no afterEach global and no VTL_SKIP_AUTO_CLEANUP flag is set.