Releases: jest-community/eslint-plugin-jest
Releases Β· jest-community/eslint-plugin-jest
v26.4.1
26.4.1 (2022-05-28)
Bug Fixes
- no-disabled-tests: switch to using jest function call parser (#1125) (32931c3)
- support
failing
property on test functions (#1123) (6d75e8d)
v26.4.0
26.4.0 (2022-05-28)
Features
- improve how jest function calls are resolved to account for import aliases (#1122) (781f00e)
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)