Skip to content

Releases: jest-community/eslint-plugin-jest

v23.18.1

26 Jul 05:42
Compare
Choose a tag to compare

23.18.1 (2020-07-26)

Bug Fixes

  • no-large-snapshots: actually compare allowed name strings to name (#625) (622a08c)

v23.18.0

05 Jul 10:02
Compare
Choose a tag to compare

23.18.0 (2020-07-05)

Features

  • valid-title: support mustMatch & mustNotMatch options (#608) (4c7207e), closes #233

v23.17.1

23 Jun 10:37
Compare
Choose a tag to compare

23.17.1 (2020-06-23)

Bug Fixes

  • lowercase-name: ignore all top level describes when option is true (#614) (624018a), closes #613

v23.17.0

23 Jun 06:41
Compare
Choose a tag to compare

23.17.0 (2020-06-23)

Features

  • lowercase-name: support ignoreTopLevelDescribe option (#611) (36fdcc5), closes #247

v23.16.0

21 Jun 07:09
Compare
Choose a tag to compare

23.16.0 (2020-06-21)

Features

  • create no-conditional-expect rule (aba53e4)
  • deprecate no-try-expect in favor of no-conditional-expect (6d07cad)

v23.15.0

21 Jun 04:43
Compare
Choose a tag to compare

23.15.0 (2020-06-21)

Features

  • no-standalone-expect: support additionalTestBlockFunctions (#585) (ed220b2)

v23.14.0

20 Jun 22:28
Compare
Choose a tag to compare

23.14.0 (2020-06-20)

Bug Fixes

  • no-test-callback: check argument is an identifier (f70612d)
  • no-test-callback: provide suggestion instead of autofix (782d8fa)
  • prefer-strict-equal: provide suggestion instead of autofix (2eaed2b)

Features

  • prefer-expect-assertions: provide suggestions (bad88a0)

v23.13.2

26 May 21:02
Compare
Choose a tag to compare

23.13.2 (2020-05-26)

Bug Fixes

v23.13.1

17 May 09:14
Compare
Choose a tag to compare

23.13.1 (2020-05-17)

Bug Fixes

  • no-if: use correct syntax for placeholder substitution in message (6d1eda8)

v23.13.0

16 May 09:59
Compare
Choose a tag to compare

23.13.0 (2020-05-16)

Features

  • valid-expect: support minArgs & maxArgs options (#584) (9e0e2fa)