Skip to content

Commit

Permalink
fix: update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jun 25, 2024
1 parent f4aa4fa commit c991220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"jest/no-export": "error",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/no-if": "error",
"jest/no-conditional-in-test": "error",
"jest/no-mocks-import": "error",
"jest/no-standalone-expect": "error",
"jest/no-test-prefixes": "error",
Expand Down

0 comments on commit c991220

Please # to comment.