Skip to content

v7.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 19:16
· 78 commits to beta since this release
1fbee33

7.0.0-beta.1 (2022-02-05)

Bug Fixes

  • api/test: forward ts-jest utils from ts-jest, remove mocked (2f9fe71)
  • config/jest: set ts-jest transform unconditionally (966fdcf)

Features

  • config/eslint: dissallow default exports in strict configuration (faee7bc)

BREAKING CHANGES

  • config/eslint: default exports are no longer allowed when using
    @hover/javascript/eslint/strict
  • api/test: api/test no longer exports mocked(), it's available
    at jest.mocked() now