Skip to content

Releases: jest-community/eslint-plugin-jest

v27.2.1

06 Jan 19:50
Compare
Choose a tag to compare

27.2.1 (2023-01-06)

Bug Fixes

  • valid-expect-in-promise: handle sparse arrays (#1325) (21e72c9)

v27.2.0

31 Dec 20:41
Compare
Choose a tag to compare

27.2.0 (2022-12-31)

Features

v27.1.7

15 Dec 23:31
Compare
Choose a tag to compare

27.1.7 (2022-12-15)

Bug Fixes

v27.1.6

24 Nov 19:56
Compare
Choose a tag to compare

27.1.6 (2022-11-24)

Bug Fixes

  • ensure rule fixes produce valid code when function params and args have trailing commas (#1282) (8eca0b7)

v27.1.5

10 Nov 18:08
Compare
Choose a tag to compare

27.1.5 (2022-11-10)

Performance Improvements

  • use Set instead of iterating, and deduplicate a function (#1278) (0e048f1)

v27.1.4

04 Nov 20:37
Compare
Choose a tag to compare

27.1.4 (2022-11-04)

Performance Improvements

  • don't collect more info than needed when resolving jest functions (#1275) (e4a5674)

v27.1.3

18 Oct 18:53
Compare
Choose a tag to compare

27.1.3 (2022-10-18)

Bug Fixes

  • no-restricted-jest-methods: don't crash on jest() (#1269) (4450daa)

v27.1.2

14 Oct 22:31
Compare
Choose a tag to compare

27.1.2 (2022-10-14)

Bug Fixes

  • valid-expect-in-promise: adjust grammar in rule message (#1264) (4494ed2)

v27.1.1

05 Oct 18:18
Compare
Choose a tag to compare

27.1.1 (2022-10-05)

Bug Fixes

v27.1.0

03 Oct 21:11
Compare
Choose a tag to compare

27.1.0 (2022-10-03)

Features