Skip to content

v10.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 31 Aug 01:57
· 193 commits to master since this release
f184a32

Major Changes

  • eslint-plugin-jest 27 (#79)

    This major release includes breaking changes. See the release note for more information.

    The jest/no-alias-methods rule is now enforced to discourage usage of alias methods that will be removed in Jest 30.

    - .toBeCalled()
    + .toHaveBeenCalled()