Skip to content

Releases: jest-community/eslint-plugin-jest

v26.4.1

28 May 18:51
Compare
Choose a tag to compare

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

28 May 18:34
Compare
Choose a tag to compare

26.4.0 (2022-05-28)

Features

  • improve how jest function calls are resolved to account for import aliases (#1122) (781f00e)

v26.3.0

28 May 03:41
Compare
Choose a tag to compare

26.3.0 (2022-05-28)

Features

v26.2.2

14 May 21:30
Compare
Choose a tag to compare

26.2.2 (2022-05-14)

Bug Fixes

  • use the last reference definition when checking jest fn scope (#1109) (1b2b9c1)

v26.2.1

14 May 09:20
Compare
Choose a tag to compare

26.2.1 (2022-05-14)

Bug Fixes

  • use correct scope for checking references (#1107) (89ab1a0)

v26.2.0

13 May 21:13
Compare
Choose a tag to compare

26.2.0 (2022-05-13)

Features

v26.1.5

22 Apr 23:45
Compare
Choose a tag to compare

26.1.5 (2022-04-22)

Bug Fixes

  • prefer-expect-assertions: properly handle checking across multiple tests (#1089) (8b61b0c)

v26.1.4

08 Apr 06:57
Compare
Choose a tag to compare

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

24 Mar 09:12
Compare
Choose a tag to compare

26.1.3 (2022-03-24)

Bug Fixes

  • change node engine version to match dependencies (#1072) (ef2c093)

v26.1.2

19 Mar 23:57
Compare
Choose a tag to compare

26.1.2 (2022-03-19)

Bug Fixes

  • prefer-snapshot-hint: support passing hint to toMatchSnapshot as first argument (#1070) (97b1f9d)