Function: assertShadowCompatible()
assertShadowCompatible(
report):void
Defined in: packages/workflow-engine/src/testing/shadow-runs.ts:531
Throws a readable report when anything is incompatible, and returns silently otherwise. Call it from a test so an incompatible pipeline change fails a build rather than a production run.
Parameters
report
ShadowReport | ShadowVersionsReport
Returns
void