Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v21.27.1
04 Nov 09:44
Compare
Sorry, something went wrong.
No results found
Bug Fixes
prefer-spy-on: fix Cannot read property 'type' of undefined (#199 ) (02cd21a ), closes #198
v21.27.0
03 Nov 13:40
Compare
Sorry, something went wrong.
No results found
v21.26.2
26 Oct 13:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
no-focused-tests: detect usage like 'fit.each()' (63e6818 ), closes #188
v21.26.1
24 Oct 15:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
no-large-snapshots: support inline snapshots (#186 ) (9137c21 )
v21.26.0
22 Oct 22:58
Compare
Sorry, something went wrong.
No results found
v21.25.1
16 Oct 08:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v21.24.2
14 Oct 10:48
Compare
Sorry, something went wrong.
No results found
Bug Fixes
expect-expect: support MemberExpressions in assertFunctionNames (#176 ) (9466959 ), closes #175
v21.24.1
02 Oct 15:32
Compare
Sorry, something went wrong.
No results found
Bug Fixes
no-focused-tests: detect usage like 'test.only.each()' (4e4313e )
v21.24.0
30 Sep 20:15
Compare
Sorry, something went wrong.
No results found
Bug Fixes
prefer-strict-equal: only run if expect
is used (#163 ) (ee2647e )
require-tothrow-message: cover more cases (#161 ) (f2d2dbe )
Features