Skip to content

v7.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 21:33
· 72 commits to beta since this release
bf86aac

7.0.0-beta.3 (2022-09-07)

Features

  • config/jest: use @swc/jest as default Jest transform (034b809)

BREAKING CHANGES

  • config/jest: @swc/jest is now the default Jest transform and
    ts-jest is no longer installed by default. To preserve the old transform
    behavior, install ts-jest as a devDependency in your project.
  • api/test The @hover/javascript/api/test API has been removed as ts-jest
    is no longer installed by default. If you're still using ts-jest, import
    its helpers directly from ts-jest instead of the /api/test entrypoint.