Interface: ConformanceOptions
Defined in: conformance.ts:87
Properties
name?
optional name?: string;
Defined in: conformance.ts:89
Label for the outer describe block.
namespace?
optional namespace?: string;
Defined in: conformance.ts:91
Namespace passed to open(). Must match ^[a-z0-9][a-z0-9._-]{0,63}$.
supports?
optional supports?: ConformanceSupport;
Defined in: conformance.ts:92