test(ql3): expose cutover reconciliation result

This commit is contained in:
whyour
2026-08-31 00:25:30 +08:00
parent 4b0241f992
commit b172ff5e02
2 changed files with 12 additions and 0 deletions
@@ -264,6 +264,14 @@ test('materializes and offline-audits one closed two-image trial kit', (t) => {
new RegExp(`phase '${phase}'`),
);
}
assert.match(
cutoverRehearsalContents,
/QingLong Local Alpha target-start result:/,
);
assert.match(
cutoverRehearsalContents,
/QingLong Local Alpha target-stop result:/,
);
const report = auditLocalAlphaTrialKit({ bundleRoot: paths.outputRoot });
assert.equal(report.compatible, true);
assert.equal(report.sourceRevision, revision);