搜索文档
reactlynx-testing-library / Match
type Match: (textToMatch: string, node: HTMLElement | null, matcher: Matcher, options?: MatcherOptions) => boolean;
textToMatch
string
node
HTMLElement
null
matcher
Matcher
options
MatcherOptions
boolean
index.d.ts:913