Skip to content

Commit

Permalink
Update jest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrmendonca authored Sep 2, 2024
1 parent 4e7e0b0 commit 7508ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configurations/jest.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const jest = require('eslint-plugin-jest');

module.exports.recommended = {
plugins: {
jest,
},
languageOptions: {
globals: jest.environments.globals.globals,
},
plugins: {
jest,
},
rules: {
'jest/consistent-test-it': 2,
'jest/expect-expect': 2,
Expand Down

0 comments on commit 7508ec4

Please sign in to comment.