We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a783f7 commit e5f9d06Copy full SHA for e5f9d06
1 file changed
tests/rules/await-async-utils.test.ts
@@ -19,7 +19,7 @@ const SUPPORTED_TESTING_FRAMEWORKS = [
19
'@testing-library/react',
20
'@testing-library/vue',
21
'@marko/testing-library',
22
- 'shadow-dom-testing-library',
+ // 'shadow-dom-testing-library', does not export waitFor and waitForElementToBeRemoved utils, so not relevant to this rule
23
];
24
25
ruleTester.run(rule.name, rule, {
0 commit comments