diff --git a/.eslintrc.js b/.eslintrc.js index ecee86960a7f1cf9f7bacb27bc2738281a78dc52..e202a32a59797712873ec0cf037f8569d7a03210 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -52,6 +52,9 @@ module.exports = { extends: ['plugin:jest/recommended', 'plugin:testing-library/react'], rules: { 'jest/no-mocks-import': 0, + + // Might be fixed with "@testing-library/dom" v10 but it requires node 18 or above + 'testing-library/no-unnecessary-act': 0, }, }, ],