Skip to content

Commit

Permalink
Error for prefer-screen-queries, no-render-in-lifecycle [THC-387] (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeiveHata authored Nov 27, 2024
1 parent ad0df5c commit 05d7c3c
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 05d7c3c

Please sign in to comment.