Skip to content

Releases: jest-community/eslint-plugin-jest

v26.5.0

04 Jun 23:16
Compare
Choose a tag to compare

26.5.0 (2022-06-04)

Features

  • support aliases for jest globals (e.g. context) (#1129) (02ec945)

v26.4.7

04 Jun 23:04
Compare
Choose a tag to compare

26.4.7 (2022-06-04)

Bug Fixes

  • no-restricted-matchers: allow restricting negated resolves and rejects modifiers (#1142) (0950a96)

v26.4.6

30 May 18:39
Compare
Choose a tag to compare

26.4.6 (2022-05-30)

Bug Fixes

  • no-disabled-tests: don't report on it.todo & test.todo (#1137) (b651443)

v26.4.5

29 May 20:30
Compare
Choose a tag to compare

26.4.5 (2022-05-29)

Bug Fixes

  • expect-expect: include numbers when matching assert function names with wildcards (#1134) (2d0ef11)

v26.4.4

29 May 19:59
Compare
Choose a tag to compare

26.4.4 (2022-05-29)

Bug Fixes

  • don't consider template tags in the middle of a possible jest function chain to be valid (#1133) (430de17)

v26.4.3

29 May 19:39
Compare
Choose a tag to compare

26.4.3 (2022-05-29)

Bug Fixes

  • don't consider method calls on literals or new to be jest functions (#1132) (379ceb3)
  • produce valid code when when fixing properties accessed with square brackets (#1131) (6cd600d)

v26.4.2

28 May 19:24
Compare
Choose a tag to compare

26.4.2 (2022-05-28)

Bug Fixes

  • don't consider concurrent.skip and concurrent.only valid test functions (#1124) (0aa5eb6)
  • no-disabled-tests: use jest function call parser for checking number of args (#1126) (b67e389)

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