Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v21.16.1
Bug Fixes
- handle callexpressions with anonymous calles (885ce17)
v21.15.2
Bug Fixes
- valid-describe: allow concise body arrow function (#106) (4586bdc)
v21.15.1
Bug Fixes
- rules: improve no-identical-title error message (#108) (8213ada)
v21.14.1
Bug Fixes
- valid-describe: add check for empty arguments (#94) (80c9b33), closes #93
v21.14.0
Features
- rules: add 'no-jest-import' rule to the recommended config (#99) (fb54759), closes #98
v21.12.3
Bug Fixes
- util: add a test instead of throwing an error on getDocsUrl (#96) (6e79636), closes #91