Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v26.2.2
26.2.2 (2022-05-14)
Bug Fixes
- use the last reference definition when checking jest fn scope (#1109) (1b2b9c1)
v26.1.5
26.1.5 (2022-04-22)
Bug Fixes
- prefer-expect-assertions: properly handle checking across multiple tests (#1089) (8b61b0c)
v26.1.4
26.1.4 (2022-04-08)
Bug Fixes
- prefer-snapshot-hint: don't report multi snapshots in different tests within the same describe (#1078) (98e5166)
v26.1.3
26.1.3 (2022-03-24)
Bug Fixes
- change node engine version to match dependencies (#1072) (ef2c093)
v26.1.2
26.1.2 (2022-03-19)
Bug Fixes
- prefer-snapshot-hint: support passing hint to
toMatchSnapshot
as first argument (#1070) (97b1f9d)
v26.1.0-next.2
Features
- deprecate
no-if
in favor of no-conditional-in-test
(#1049) (b15f3af)