We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4232ab4 commit 4aac75dCopy full SHA for 4aac75d
.eslintrc.js
@@ -12,5 +12,7 @@ module.exports = {
12
'testing-library/no-dom-import': 'off',
13
'testing-library/prefer-screen-queries': 'off',
14
'testing-library/no-manual-cleanup': 'off',
15
+ 'testing-library/no-await-sync-events': 'off',
16
+ 'testing-library/await-fire-event': 'error',
17
},
18
}
0 commit comments