Skip to content

API Reference / @gtkx/testing / NormalizerFn

Type Alias: NormalizerFn

NormalizerFn = (text) => string

Defined in: types.d.ts:11

Normalizes a widget's text before it is compared against a matcher.

Parameters

text

string

Returns

string

Released under the MPL-2.0 License.