test(ql3): compact cutover evidence output

This commit is contained in:
whyour
2026-08-31 00:50:14 +08:00
parent c0a4901186
commit 652653c7f6
2 changed files with 4 additions and 2 deletions
@@ -276,6 +276,7 @@ test('materializes and offline-audits one closed two-image trial kit', (t) => {
cutoverRehearsalContents,
/QingLong Local Alpha target-stop evidence:/,
);
assert.match(cutoverRehearsalContents, /tr -d '\\n'/);
const report = auditLocalAlphaTrialKit({ bundleRoot: paths.outputRoot });
assert.equal(report.compatible, true);
assert.equal(report.sourceRevision, revision);