Skip to content

Commit

Permalink
style: remove expect expect rule in order to allow use mock patters
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 21, 2024
1 parent 9fe7cf1 commit 36c7355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"plugins": ["jest"],
"rules": {
"@typescript-eslint/unbound-method": "off",
"jest/unbound-method": "error"
"jest/unbound-method": "error",
"jest/expect-expect": "off"
}
}
],
Expand Down

0 comments on commit 36c7355

Please sign in to comment.