Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v25.0.0-next.2
Bug Fixes
BREAKING CHANGES
- Drop support for ESLint 5
v25.0.0-next.1
Bug Fixes
BREAKING CHANGES
- Drop support for Node 10 and 15
v24.3.7
24.3.7 (2021-07-21)
Bug Fixes
- valid-describe: report on concise-body arrow functions (#863) (71c5299)
v24.3.6
24.3.6 (2021-04-26)
Bug Fixes
- no-conditional-expect: check for expects in
catch
s on promises (#819) (1fee973)
- valid-expect: support async
expect
in ternary statements (#833) (7b7a396)
- improve handling of
.each
calls and with tagged literals (#814) (040c605)
v24.3.5
24.3.5 (2021-04-10)
Bug Fixes
- valid-describe: support using
each
with modifiers (#820) (cbdbcef)
v24.3.4
24.3.4 (2021-04-05)
Bug Fixes
- support all variations of
describe
, it
, & test
(#792) (0968b55)
v24.3.2
24.3.2 (2021-03-16)
Bug Fixes
- consistent-test-it: properly handle
describe.each
(#796) (035bd30), closes #795
v24.3.1
24.3.1 (2021-03-13)
Bug Fixes
- no-focused-tests: report on
skip
instead of concurrent
(#791) (2b65b49)