Releases: jest-community/eslint-plugin-jest
Releases · jest-community/eslint-plugin-jest
v21.4.2
21.4.2 (2017-12-06)
Bug Fixes
- make .not.to{Be,Equal} autofixable (e25f7af)
- support identifiers in to-be-undefined (c35f2a1)
v21.4.1
21.4.1 (2017-12-05)
Bug Fixes
- add argument node checks (7673c54), closes #29
- add null guards on argument selectors (2879920), closes #28
21.4.0
Added
- Add
no-large-snapshots
rule
(#24)
- Add
prefer-to-be-null
rule
(#10)
- Add
prefer-to-be-undefined
rule
(#9)
21.3.2
Changed
- Fix
prefer-to-have-length
when there are no argument properties
(#6)
21.3.1
Changed
- Remove trailing commas from source code
21.3.0
Added
- Add
prefer-to-have-length
rule
(#4771)