Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v23.12.0
Features
- deprecate
no-expect-resolves
rule (b6a22e5)
- deprecate
no-truthy-falsy
rule (a67d92d)
- deprecate
prefer-inline-snapshots
rule (1360e9b)
v23.10.0
Features
- no-deprecated-functions: support jest
version
setting (#564) (05f20b8)
v23.8.2
23.8.2 (2020-03-06)
Bug Fixes
- prefer-to-contain: check that expect argument is defined before use (#542) (56f909b)
v23.8.0
23.8.0 (2020-02-23)
Bug Fixes
- valid-title: ensure argument node is defined before accessing props (#538) (7730f75)
Features
- no-large-snapshots: add setting to define maxSize by snapshot type (#524) (0d77300)
v23.7.0
23.7.0 (2020-02-07)
Bug Fixes
Features
- valid-title: support
disallowedWords
option (#522) (38bbe93)
v23.5.0
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)