Skip to content

Commit

Permalink
Bump eslint-plugin-jest from 22.21.0 to 23.0.2
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.0 to 23.0.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v22.21.0...v23.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

See: jest-community/eslint-plugin-jest#470

adeira-source-id: e69d3c0763df845bd26f4b960be8461ed5c2c8e5
  • Loading branch information
dependabot-preview[bot] authored and adeira-github-bot committed Oct 27, 2020
1 parent 8917123 commit 590afb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
10 changes: 2 additions & 8 deletions __tests__/__snapshots__/index.test.js.snap
Expand Up @@ -265,7 +265,6 @@ Object {
"jest/no-commented-out-tests": 0,
"jest/no-disabled-tests": 2,
"jest/no-duplicate-hooks": 2,
"jest/no-empty-title": 2,
"jest/no-expect-resolves": 0,
"jest/no-export": 2,
"jest/no-focused-tests": 2,
Expand Down Expand Up @@ -293,12 +292,12 @@ Object {
"jest/prefer-to-contain": 2,
"jest/prefer-to-have-length": 2,
"jest/prefer-todo": 2,
"jest/require-to-throw-message": 0,
"jest/require-top-level-describe": 0,
"jest/require-tothrow-message": 0,
"jest/valid-describe": 2,
"jest/valid-expect": 2,
"jest/valid-expect-in-promise": 2,
"jest/valid-title": 1,
"jest/valid-title": 0,
"jsx-a11y/accessible-emoji": 2,
"jsx-a11y/alt-text": 2,
"jsx-a11y/anchor-has-content": 0,
Expand Down Expand Up @@ -914,11 +913,6 @@ Snapshot Diff:
- "jest/prefer-hooks-on-top": 1,
+ "jest/prefer-hooks-on-top": 2,
"jest/prefer-inline-snapshots": 0,
@@ --- --- @@
"jest/valid-expect-in-promise": 2,
- "jest/valid-title": 1,
+ "jest/valid-title": 2,
"jsx-a11y/accessible-emoji": 2,
@@ --- --- @@
"no-implied-eval": 2,
- "no-import-assign": 1,
Expand Down
5 changes: 2 additions & 3 deletions ourRules.js
Expand Up @@ -287,7 +287,6 @@ module.exports = {
'jest/no-commented-out-tests': OFF,
'jest/no-disabled-tests': ERROR,
'jest/no-duplicate-hooks': ERROR,
'jest/no-empty-title': ERROR,
'jest/no-expect-resolves': OFF,
'jest/no-export': ERROR,
'jest/no-focused-tests': ERROR,
Expand Down Expand Up @@ -316,11 +315,11 @@ module.exports = {
'jest/prefer-to-have-length': ERROR,
'jest/prefer-todo': ERROR,
'jest/require-top-level-describe': OFF,
'jest/require-tothrow-message': OFF,
'jest/require-to-throw-message': OFF,
'jest/valid-describe': ERROR,
'jest/valid-expect': ERROR,
'jest/valid-expect-in-promise': ERROR,
'jest/valid-title': NEXT_VERSION_ERROR,
'jest/valid-title': OFF, // See: https://github.com/jest-community/eslint-plugin-jest/issues/470

// prefer-object-spread (https://github.com/bryanrsmith/eslint-plugin-prefer-object-spread)
'prefer-object-spread/prefer-object-spread': WARN,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-adeira-incubator": "^0.1.0",
"eslint-plugin-monorepo": "^0.2.1",
Expand Down

0 comments on commit 590afb8

Please sign in to comment.