We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb8f7 commit a29824dCopy full SHA for a29824d
src/queries/role.ts
@@ -15,7 +15,6 @@ import { matchAccessibilityState } from '../helpers/matchers/match-accessibility
15
import type { AccessibilityValueMatcher } from '../helpers/matchers/match-accessibility-value';
16
import { matchAccessibilityValue } from '../helpers/matchers/match-accessibility-value';
17
import { matchStringProp } from '../helpers/matchers/match-string-prop';
18
-import { getTextContent } from '../helpers/text-content';
19
import { matches, type TextMatch } from '../matches';
20
import type { StringWithAutocomplete } from '../types';
21
import { getQueriesForElement } from '../within';
0 commit comments