Skip to content

@gtkx/testing / NormalizerOptions

Type Alias: NormalizerOptions

NormalizerOptions = object

Defined in: types.ts:25

Options for text normalization before matching.

Properties

collapseWhitespace?

optional collapseWhitespace?: boolean

Defined in: types.ts:29

Replace multiple whitespace characters with single space (default: true)


trim?

optional trim?: boolean

Defined in: types.ts:27

Remove leading/trailing whitespace (default: true)