Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v26.1.0-next.2
Features
- deprecate
no-if
in favor of no-conditional-in-test
(#1049) (b15f3af)
v26.0.0
26.0.0 (2022-01-24)
Bug Fixes
- migrate to non-experimental ts-eslint utils (#1035) (e894f51)
BREAKING CHANGES
- Drop support for
@typescript-eslint/eslint-plugin@4
v25.7.0
25.7.0 (2022-01-15)
Features
- create
prefer-equality-matcher
rule (#1016) (341353b)
- valid-expect: support
asyncMatchers
option and default to jest-extended
matchers (#1018) (c82205a)
v25.5.0
25.5.0 (2022-01-15)
Features
- prefer-expect-assertions: support requiring only if
expect
is used in a callback (#1028) (8d5fd33)
v25.4.0
25.4.0 (2022-01-15)
Features
- prefer-expect-assertions: support requiring only if
expect
is used in a loop (#1013) (e6f4f8a)
v25.3.4
25.3.4 (2022-01-01)
Bug Fixes
- prefer-lowercase-title: ignore
it
and test
separately (#1011) (f1a7674)