Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v22.1.0
27 Nov 14:13
Compare
Sorry, something went wrong.
No results found
v22.0.1
25 Nov 19:35
Compare
Sorry, something went wrong.
No results found
22.0.1 (2018-11-25)
Bug Fixes
no-jasmine-globals: fix false positives for pending/fail/spyOn (#205 ) (edbd1a2 ), closes #156
v22.0.0
07 Nov 10:25
Compare
Sorry, something went wrong.
No results found
22.0.0 (2018-11-07)
chore
package: update to ESLint v5 (6010624 )
drop support for Node 4 (b57c8f6 )
Features
add style recommended config (af070bc )
update list of recommended rules (5d3ebcc )
BREAKING CHANGES
New rules added to the recommended config
This commit requires Node >=6.
package: This commit changes the peerDependency to ESLint >=5.
v21.27.2
06 Nov 22:43
Compare
Sorry, something went wrong.
No results found
Bug Fixes
valid-expect-in-promise: fix type exception (60919f6 ), closes #195
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 )