reactlynx-testing-library / MatcherOptions

Interface: MatcherOptions

Extended by

Properties

collapseWhitespace?

optional collapseWhitespace: boolean;

Use normalizer with getDefaultNormalizer instead

Defined in

index.d.ts:932


exact?

optional exact: boolean;

Defined in

index.d.ts:928


normalizer?

optional normalizer: NormalizerFn;

Defined in

index.d.ts:933


suggest?

optional suggest: boolean;

suppress suggestions for a specific query

Defined in

index.d.ts:935


trim?

optional trim: boolean;

Use normalizer with getDefaultNormalizer instead

Defined in

index.d.ts:930

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.