Skip to content

API Reference / @gtkx/testing / TextExpectation

Type Alias: TextExpectation

TextExpectation = string | RegExp

Defined in: matchers.d.ts:2

The expected value for a text matcher: an exact string or a regular expression.

Released under the MPL-2.0 License.