Skip to content

Commit

Permalink
ESLint: Enable jest/recommended for tests (#47065)
Browse files Browse the repository at this point in the history
* Deps: Add up-to-date eslint-plugin-jest dependency

* ESLint: Enable eslint-plugin-jest for tests

* ESLint: Fix all eslint-plugin-jest errors

* Bump eslint-plugin-jest version in eslint-plugin
  • Loading branch information
tyxla committed Jan 13, 2023
1 parent eb396ec commit e7f07a9
Show file tree
Hide file tree
Showing 17 changed files with 195 additions and 88 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -372,6 +372,7 @@ module.exports = {
extends: [
'plugin:jest-dom/recommended',
'plugin:testing-library/react',
'plugin:jest/recommended',
],
},
{
Expand Down

0 comments on commit e7f07a9

Please sign in to comment.