Skip to content
Snippets Groups Projects
Commit 0483a05d authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

disable unnecessary act

parent 10368fc2
No related branches found
No related tags found
1 merge request!1135Draft: test(lint): add testing library lint plugin
......@@ -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,
},
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment