Skip to content

Releases: jest-community/eslint-plugin-jest

v23.0.4

14 Nov 17:58

Choose a tag to compare

23.0.4 (2019-11-14)

Bug Fixes

  • get correct ruleName without specifying file extension (#473) (f09203e)

v23.0.3

08 Nov 08:31

Choose a tag to compare

23.0.3 (2019-11-08)

Bug Fixes

  • no-test-callback: don't provide fix for async functions (#469) (09111e0), closes #466

v23.0.2

28 Oct 20:11

Choose a tag to compare

23.0.2 (2019-10-28)

Bug Fixes

  • prefer-todo: ensure argument exists before trying to access it (#462) (a87c8c2)

v23.0.1

28 Oct 11:43

Choose a tag to compare

23.0.1 (2019-10-28)

Bug Fixes

v23.0.0

27 Oct 22:11

Choose a tag to compare

23.0.0 (2019-10-27)

Bug Fixes

  • require-tothrow-message: rename rule to require-to-throw-message (#306) (53653c1), closes #296

chore

  • drop node@6 support (2ce233c), closes #410
  • move title type checking from valid-describe to valid-title (1275471)
  • update recommended config (14cb815), closes #429

Features

  • support ignoreTypeOfDescribeName in valid-title (7dec202), closes #431

BREAKING CHANGES

  • require-tothrow-message: Rename require-tothrow-message to require-to-throw-message
  • new rules added to recommended config
  • valid-describe no longer validates the title - use
    valid-title for that purpose
  • delete no-empty-title (use valid-title instead)
  • Minimum node version is now 8

v22.21.0

27 Oct 03:59
8c850ff

Choose a tag to compare

22.21.0 (2019-10-27)

Features

  • valid-title: support detecting & fixing trailing spaces in titles (#449) (8c850ff)

v22.20.1

26 Oct 08:34
e961e21

Choose a tag to compare

22.20.1 (2019-10-26)

Bug Fixes

  • valid-title: check if node has arguments first (#436) (e961e21)

v22.20.0

22 Oct 00:43

Choose a tag to compare

22.20.0 (2019-10-22)

Features

v22.19.0

12 Oct 01:46
5bd8f61

Choose a tag to compare

22.19.0 (2019-10-12)

Features

  • support allowedPrefixes option in lowercase-name rule (#419) (5bd8f61)

v22.18.0

12 Oct 01:37

Choose a tag to compare

22.18.0 (2019-10-12)

Features