Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v25.3.3
25.3.3 (2021-12-30)
Bug Fixes
- prefer-to-contain: support square bracket accessors (#1009) (73984a7)
- prefer-to-have-length: support square bracket accessors (#1010) (9e70f55)
v25.3.2
25.3.2 (2021-12-27)
Bug Fixes
- no-large-snapshots: only count size of template string for inline snapshots (#1005) (5bea38f)
- prefer-hooks-on-top: improve message & docs (#999) (f9e7ae2)
v25.3.0
25.3.0 (2021-11-23)
Features
- require-hook: add
allowedFunctionCalls
setting (#983) (9d9336a)
v25.2.4
25.2.4 (2021-11-08)
Bug Fixes
- prefer-to-be: preserve
resolves
and rejects
modifiers (#980) (a1296bd)
v25.2.3
25.2.3 (2021-11-04)
Bug Fixes
- no-deprecated-functions: mark jest as an optional peer dependency (#970) (f468752)
v25.2.2
25.2.2 (2021-10-17)
Bug Fixes
- require-hook: check variables are either
const
or declarations (#959) (ce8cd61)
v25.2.1
25.2.1 (2021-10-15)
Bug Fixes
- expect-expect: don't error on
it.todo
& test.todo
calls (#954) (d3cc0db)
v25.2.0
25.2.0 (2021-10-14)
Features
- expect-expect: support
additionalTestBlockFunctions
option (#850) (3b94c62)