Skip to content

Releases: jest-community/eslint-plugin-jest

v25.0.0-next.2

13 Sep 10:16
Compare
Choose a tag to compare
v25.0.0-next.2 Pre-release
Pre-release

25.0.0-next.2 (2021-09-13)

Bug Fixes

BREAKING CHANGES

  • Drop support for ESLint 5

v25.0.0-next.1

13 Sep 09:54
Compare
Choose a tag to compare
v25.0.0-next.1 Pre-release
Pre-release

25.0.0-next.1 (2021-09-13)

Bug Fixes

BREAKING CHANGES

  • Drop support for Node 10 and 15

v24.4.0

21 Jul 20:48
Compare
Choose a tag to compare

24.4.0 (2021-07-21)

Features

v24.3.7

21 Jul 02:26
Compare
Choose a tag to compare

24.3.7 (2021-07-21)

Bug Fixes

  • valid-describe: report on concise-body arrow functions (#863) (71c5299)

v24.3.6

26 Apr 00:19
Compare
Choose a tag to compare

24.3.6 (2021-04-26)

Bug Fixes

  • no-conditional-expect: check for expects in catchs 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

10 Apr 22:55
Compare
Choose a tag to compare

24.3.5 (2021-04-10)

Bug Fixes

  • valid-describe: support using each with modifiers (#820) (cbdbcef)

v24.3.4

05 Apr 01:45
Compare
Choose a tag to compare

24.3.4 (2021-04-05)

Bug Fixes

  • support all variations of describe, it, & test (#792) (0968b55)

v24.3.3

02 Apr 20:10
Compare
Choose a tag to compare

24.3.3 (2021-04-02)

Bug Fixes

v24.3.2

16 Mar 20:10
Compare
Choose a tag to compare

24.3.2 (2021-03-16)

Bug Fixes

  • consistent-test-it: properly handle describe.each (#796) (035bd30), closes #795

v24.3.1

13 Mar 22:20
Compare
Choose a tag to compare

24.3.1 (2021-03-13)

Bug Fixes

  • no-focused-tests: report on skip instead of concurrent (#791) (2b65b49)