test(ql3): expose cutover reconciliation evidence

This commit is contained in:
whyour
2026-08-31 00:40:28 +08:00
parent b172ff5e02
commit c0a4901186
2 changed files with 6 additions and 0 deletions
@@ -272,6 +272,10 @@ test('materializes and offline-audits one closed two-image trial kit', (t) => {
cutoverRehearsalContents,
/QingLong Local Alpha target-stop result:/,
);
assert.match(
cutoverRehearsalContents,
/QingLong Local Alpha target-stop evidence:/,
);
const report = auditLocalAlphaTrialKit({ bundleRoot: paths.outputRoot });
assert.equal(report.compatible, true);
assert.equal(report.sourceRevision, revision);