Skip to content

Latest commit

History

History
14 lines (10 loc) 路 600 Bytes

pretty-geese-hang.md

File metadata and controls

14 lines (10 loc) 路 600 Bytes
skuba
minor

deps: eslint-plugin-jest 27

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

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

- .toBeCalled()
+ .toHaveBeenCalled()