Skip to content

Commit

Permalink
🚧 Don't allow skip in tests (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 10, 2024
1 parent 9bf8f60 commit 55afa1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
{
"files": ["test/**"],
"plugins": ["jest"],
"extends": ["plugin:jest/recommended"]
"extends": ["plugin:jest/recommended"],
"rules": {
"jest/no-disabled-tests": "error"
}
}
],
"parserOptions": {
Expand Down

0 comments on commit 55afa1f

Please sign in to comment.