Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v22.6.2
22.6.2 (2019-05-22)
Bug Fixes
- move @typescript-eslint/experimental-utils to dependencies (#267) (331457d)
v22.5.1
22.5.1 (2019-04-25)
Bug Fixes
- no-mocks-import: do not crash on dynamic
require
(#250) (bdc0bb0), closes #249
v22.4.1
22.4.1 (2019-03-15)
Bug Fixes
- make sure to always export all available rules (#240) (556a2c5)
v22.3.2
22.3.2 (2019-03-12)
Bug Fixes
- jest/no-identical-title: don't show an error for different template literals (#239) (f6f6d84)
v22.3.1
22.3.1 (2019-03-12)
Bug Fixes
- no-identical-title: not reporting when using backticks (#237) (4f8ef6d), closes #232
v22.3.0
22.3.0 (2019-02-14)
Features
- rules: add prefer-called-with rule (6cd30a7)
v22.2.2
22.2.2 (2019-02-01)
Bug Fixes
- use range instead of start/end properties (#221) (a3edd21)