Skip to content

v9.12.0

Compare
Choose a tag to compare
@thebuilder thebuilder released this 11 Jul 08:13
· 33 commits to main since this release
054adf4

9.12.0 (2024-07-11)

Features

  • upgrade to Vitest 2 (#690) (054adf4)
    • Upgrade to Vitest 2
    • Add basic browser mode test, that runs with an unmocked IntersectionObserver
    • Types cleanup in test-utils, getting rid of @types/jest (replaced with vitest)
    • Move test mocking setup from beforeEach to beforeAll