Skip to content

Releases: jest-community/eslint-plugin-jest

v21.27.1

04 Nov 09:44
Compare
Choose a tag to compare

21.27.1 (2018-11-04)

Bug Fixes

  • prefer-spy-on: fix Cannot read property 'type' of undefined (#199) (02cd21a), closes #198

v21.27.0

03 Nov 13:40
ae7aee9
Compare
Choose a tag to compare

21.27.0 (2018-11-03)

Features

v21.26.2

26 Oct 13:26
Compare
Choose a tag to compare

21.26.2 (2018-10-26)

Bug Fixes

  • no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #188

v21.26.1

24 Oct 15:27
9fb09de
Compare
Choose a tag to compare

21.26.1 (2018-10-24)

Bug Fixes

  • no-large-snapshots: support inline snapshots (#186) (9137c21)

v21.26.0

22 Oct 22:58
7344607
Compare
Choose a tag to compare

21.26.0 (2018-10-22)

Features

v21.25.1

16 Oct 08:55
Compare
Choose a tag to compare

21.25.1 (2018-10-16)

Bug Fixes

  • no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
  • prefer-expect-assertions: fix greedy regex (9a6ce6c)

v21.25.0

14 Oct 17:58
Compare
Choose a tag to compare

21.25.0 (2018-10-14)

Features

v21.24.2

14 Oct 10:48
Compare
Choose a tag to compare

21.24.2 (2018-10-14)

Bug Fixes

  • expect-expect: support MemberExpressions in assertFunctionNames (#176) (9466959), closes #175

v21.24.1

02 Oct 15:32
Compare
Choose a tag to compare

21.24.1 (2018-10-02)

Bug Fixes

  • no-focused-tests: detect usage like 'test.only.each()' (4e4313e)

v21.24.0

30 Sep 20:15
Compare
Choose a tag to compare

21.24.0 (2018-09-30)

Bug Fixes

  • prefer-strict-equal: only run if expect is used (#163) (ee2647e)
  • require-tothrow-message: cover more cases (#161) (f2d2dbe)

Features