Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

105 lines (70 loc) · 5.07 KB

23.5.0 (2020-01-12)

Features

  • expect-expect: support glob patterns for assertFunctionNames (#509) (295ca9a)
  • valid-expect: refactor valid-expect linting messages (#501) (7338362)

23.4.0 (2020-01-10)

Features

  • expect-expect: support chained function names (#471) (#508) (beb1aec)
  • rules: add support for function declaration as test case (#504) (ac7fa48)

23.3.0 (2020-01-04)

Features

23.2.0 (2019-12-28)

Features

  • valid-expect: warn on await expect() with no assertions (#496) (19798dd)

23.1.1 (2019-11-30)

Bug Fixes

  • no-focused-tests: detect table format uage of .only.each (#489) (d03bcf4)

23.1.0 (2019-11-29)

Features

  • no-focused-tests: check each with table format (#430) (154c0b8)

23.0.5 (2019-11-27)

Bug Fixes

  • typo in the require-to-throw-message docs (#487) (3526213)

23.0.4 (2019-11-14)

Bug Fixes

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

23.0.3 (2019-11-08)

Bug Fixes

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

23.0.2 (2019-10-28)

Bug Fixes

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

23.0.1 (2019-10-28)

Bug Fixes

22.2.0 (2019-01-29)

Features