Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/executor / executorConformance

Function: executorConformance()

ts
function executorConformance(factory, options?): ExecutorConformanceSuite;

Defined in: packages/executor/src/conformance.ts:120

Builds the conformance suite. factory produces the provider under test from a shared config; the kit supplies the command (its own runner, run by runtime, default the current Node) and the per-check options.

Parameters

ParameterType
factoryConformanceExecutorFactory
options{ runtime?: string; }
options.runtime?string

Returns

ExecutorConformanceSuite