Skip to content

Commit e5f9d06

Browse files
committed
refactor: uncomment for await-async-utils test
1 parent 1a783f7 commit e5f9d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rules/await-async-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SUPPORTED_TESTING_FRAMEWORKS = [
1919
'@testing-library/react',
2020
'@testing-library/vue',
2121
'@marko/testing-library',
22-
'shadow-dom-testing-library',
22+
// 'shadow-dom-testing-library', does not export waitFor and waitForElementToBeRemoved utils, so not relevant to this rule
2323
];
2424

2525
ruleTester.run(rule.name, rule, {

0 commit comments

Comments
 (0)