perf(test): cut workflow guard overhead (#122038)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Peter Steinberger
2026-08-11 06:29:08 -07:00
committed by GitHub
parent fd8b1fb1b9
commit 8dace97c2e
5 changed files with 151 additions and 300 deletions
@@ -47,6 +47,7 @@ describe("QA profile evidence plan", () => {
expect(plan.missingCells).toEqual([
{ scenarioId: portable.id, executionKind: "flow", channel: "matrix" },
]);
expect(qaProfileEvidencePlan.attest(plan).plan).toEqual(plan);
expect(() => qaProfileEvidencePlan.attest(plan, true)).toThrow(
"successful QA profile evidence is missing 1 expected execution cell",
);