Skip to content
TestingModesModesUnitProperty

Property

What it is

Generative testing via fast-check. 'For all inputs in domain D, predicate P holds.' Failures shrink to the smallest counterexample.

When to use it

Parsers, matchers, encoders/decoders, normalisers, validators.

Example gates

route-manifest-property — found a real bug (root-page strip) on first run.

See also

On this page