Releases: jest-community/eslint-plugin-jest
Releases Β· jest-community/eslint-plugin-jest
v26.5.0
26.5.0 (2022-06-04)
Features
- support aliases for jest globals (e.g.
context
) (#1129) (02ec945)
v26.4.7
26.4.7 (2022-06-04)
Bug Fixes
- no-restricted-matchers: allow restricting negated
resolves
and rejects
modifiers (#1142) (0950a96)
v26.4.6
26.4.6 (2022-05-30)
Bug Fixes
- no-disabled-tests: don't report on
it.todo
& test.todo
(#1137) (b651443)
v26.4.5
26.4.5 (2022-05-29)
Bug Fixes
- expect-expect: include numbers when matching assert function names with wildcards (#1134) (2d0ef11)
v26.4.4
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
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
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
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)