Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v21.27.1
Bug Fixes
- prefer-spy-on: fix Cannot read property 'type' of undefined (#199) (02cd21a), closes #198
v21.26.2
Bug Fixes
- no-focused-tests: detect usage like 'fit.each()' (63e6818), closes #188
v21.26.1
Bug Fixes
- no-large-snapshots: support inline snapshots (#186) (9137c21)
v21.25.1
Bug Fixes
- no-disabled-tests: stop picking up all funcs that start it/test (9b5939e)
- prefer-expect-assertions: fix greedy regex (9a6ce6c)
v21.24.2
Bug Fixes
- expect-expect: support MemberExpressions in assertFunctionNames (#176) (9466959), closes #175
v21.24.1
Bug Fixes
- no-focused-tests: detect usage like 'test.only.each()' (4e4313e)
v21.24.0
Bug Fixes
- prefer-strict-equal: only run if
expect
is used (#163) (ee2647e)
- require-tothrow-message: cover more cases (#161) (f2d2dbe)
Features