Skip to content

Commit

Permalink
chore: 84.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 22, 2018
1 parent 0382bc7 commit 6933035
Show file tree
Hide file tree
Showing 4 changed files with 675 additions and 402 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org). Except add new
rule (it is breaking changed by default).

## 84.0.0 - 2018-10-22

- Added: `jest/prefer-to-contain` rule.
- Chore: minimum require `eslint-plugin-jest` version is now `^21.25.1`.

## 83.0.0 - 2018-10-04

- Added: [confusing-browser-globals](https://github.com/facebook/create-react-app/tree/master/packages/confusing-browser-globals) to `no-restricted-globals` rule.
Expand Down
2 changes: 2 additions & 0 deletions lib/config/rules/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
"jest/prefer-to-be-null": "error",
// Suggest using `toBeUndefined()`
"jest/prefer-to-be-undefined": "error",
// Suggest using `toContain()`
"jest/prefer-to-contain": "error",
// Suggest using `toHaveLength()`
"jest/prefer-to-have-length": "error",
// Suggest using `toMatchInlineSnapshot()`
Expand Down
Loading

0 comments on commit 6933035

Please sign in to comment.