Interface: ExpectationCondition
August 8, 2026 ยท View on GitHub
@plures/praxis / index / ExpectationCondition
Interface: ExpectationCondition
Defined in: src/expectations/types.ts:11
A condition under which a behavior should or should not occur.
Properties
description
description:
string
Defined in: src/expectations/types.ts:13
Human-readable condition description
type
type:
"onlyWhen"|"never"|"always"
Defined in: src/expectations/types.ts:15
Type of expectation