diff --git a/.eslintrc.json b/.eslintrc.json index 0dfa26ef6..4f450bcea 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,10 @@ { "files": ["test/**"], "plugins": ["jest"], - "extends": ["plugin:jest/recommended"] + "extends": ["plugin:jest/recommended"], + "rules": { + "jest/no-disabled-tests": "error" + } } ], "parserOptions": {