eslint-plugin-jest
Version:
Eslint rules for Jest
35 lines (18 loc) • 2.02 kB
Markdown
# [23.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.21.0...v23.0.0) (2019-10-27)
### Bug Fixes
* **require-tothrow-message:** rename rule to require-to-throw-message ([#306](https://github.com/jest-community/eslint-plugin-jest/issues/306)) ([53653c1](https://github.com/jest-community/eslint-plugin-jest/commit/53653c153ffa7412adad77d9fb0488be6728e390)), closes [#296](https://github.com/jest-community/eslint-plugin-jest/issues/296)
### chore
* drop `node@6` support ([2ce233c](https://github.com/jest-community/eslint-plugin-jest/commit/2ce233c845fccd47bd632370cf0126b2d5cdaa35)), closes [#410](https://github.com/jest-community/eslint-plugin-jest/issues/410)
* move title type checking from `valid-describe` to `valid-title` ([1275471](https://github.com/jest-community/eslint-plugin-jest/commit/1275471a6dcabd5ad7890d55785ed6c33b3e2159))
* update recommended config ([14cb815](https://github.com/jest-community/eslint-plugin-jest/commit/14cb81579c23a3be34e5e0a989f516a398ec33cb)), closes [#429](https://github.com/jest-community/eslint-plugin-jest/issues/429)
### Features
* support `ignoreTypeOfDescribeName` in `valid-title` ([7dec202](https://github.com/jest-community/eslint-plugin-jest/commit/7dec20228ae97e56ca87d39c6b0ee0e85e01fedf)), closes [#431](https://github.com/jest-community/eslint-plugin-jest/issues/431)
### BREAKING CHANGES
* **require-tothrow-message:** Rename `require-tothrow-message` to `require-to-throw-message`
* new rules added to recommended config
* `valid-describe` no longer validates the title - use
`valid-title` for that purpose
* Minimum node version is now 8
# [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)
### Features
* **rules:** add prefer-todo rule ([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218)) ([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)), closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)