API Reference / @gtkx/testing / Matcher
Type Alias: Matcher
Matcher =
string|number|RegExp|MatcherFunction
Defined in: packages/testing/dist/types.d.ts:12
A value used to match widget text: a string or number, a regular expression, or a custom MatcherFunction.