Function: shadowRuns()
shadowRuns(
options):Promise<ShadowReport>
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:201
Checks that each named run could still have been executed by the candidate definitions.
Parameters
options
Returns
Promise<ShadowReport>
Throws
when a run id does not exist — a typo in a test should be loud, not a silent pass.