Skip to content

Commit

Permalink
thc-387: error for prefer-screen-queries, no-render-in-lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Volha Chamlai committed Nov 26, 2024
1 parent ad0df5c commit 9bc22de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/generalTestFilesConfig.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {
files: TEST_FILES_PATTERNS,

rules: {
'testing-library/prefer-screen-queries': OFF,
'testing-library/no-render-in-lifecycle': OFF,
'testing-library/prefer-screen-queries': ERROR,
'testing-library/no-render-in-lifecycle': ERROR,
'testing-library/no-node-access': OFF,
'testing-library/no-container': OFF,
'testing-library/prefer-presence-queries': OFF,
Expand Down

0 comments on commit 9bc22de

Please sign in to comment.