Skip to content

Releases: jest-community/eslint-plugin-jest

v24.6.0

09 Oct 20:08
Compare
Choose a tag to compare

24.6.0 (2021-10-09)

Features

  • valid-expect-in-promise: re-implement rule (#916) (7a49c58)

v24.5.2

04 Oct 04:28
Compare
Choose a tag to compare

24.5.2 (2021-10-04)

Bug Fixes

  • lowercase-name: consider skip and only prefixes for ignores (#923) (8716c24)

v24.5.1

04 Oct 04:13
Compare
Choose a tag to compare

24.5.1 (2021-10-04)

Bug Fixes

  • prefer-to-be: don't consider RegExp literals as toBe-able (#922) (99b6d42)

v25.0.0-next.5

29 Sep 08:01
Compare
Choose a tag to compare
v25.0.0-next.5 Pre-release
Pre-release

25.0.0-next.5 (2021-09-29)

Bug Fixes

  • no-deprecated-functions: remove process.cwd from resolve paths (#889) (6940488)
  • no-identical-title: always consider .each titles unique (#910) (a41a40e)
  • valid-expect-in-promise: support finally (#914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#915) (4798005)

Features

  • create prefer-expect-resolves rule (#822) (2556020)
  • create prefer-to-be rule (#864) (3a64aea)
  • require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
  • valid-title: allow custom matcher messages (#913) (ffc9392)

v24.5.0

29 Sep 07:50
Compare
Choose a tag to compare

24.5.0 (2021-09-29)

Bug Fixes

  • no-deprecated-functions: remove process.cwd from resolve paths (#889) (6940488)
  • no-identical-title: always consider .each titles unique (#910) (a41a40e)

Features

  • create prefer-expect-resolves rule (#822) (2556020)
  • create prefer-to-be rule (#864) (3a64aea)
  • require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
  • valid-title: allow custom matcher messages (#913) (ffc9392)

v24.4.3

28 Sep 19:33
Compare
Choose a tag to compare

24.4.3 (2021-09-28)

Bug Fixes

  • valid-expect-in-promise: support finally (#914) (9c89855)
  • valid-expect-in-promise: support additional test functions (#915) (4798005)

v25.0.0-next.4

20 Sep 12:48
Compare
Choose a tag to compare
v25.0.0-next.4 Pre-release
Pre-release

25.0.0-next.4 (2021-09-20)

Bug Fixes

  • mark rules that suggest fixes with hasSuggestion for ESLint v8 (#898) (ec0a21b)
  • use correct property hasSuggestions rather than hasSuggestion (#899) (dfd2368)

v25.0.0-next.3

17 Sep 05:44
Compare
Choose a tag to compare
v25.0.0-next.3 Pre-release
Pre-release

25.0.0-next.3 (2021-09-17)

Features

BREAKING CHANGES

  • Removes rules no-expect-resolves, no-truthy-falsy, no-try-expect, and prefer-inline-snapshots

v24.4.2

17 Sep 06:26
Compare
Choose a tag to compare

24.4.2 (2021-09-17)

Bug Fixes

  • use correct property hasSuggestions rather than hasSuggestion (#899) (dfd2368)

v24.4.1

17 Sep 05:39
Compare
Choose a tag to compare

24.4.1 (2021-09-17)

Bug Fixes

  • mark rules that suggest fixes with hasSuggestion for ESLint v8 (#898) (ec0a21b)