Report.Test
Path:
loom-sprint-scaffold/loom/tests/synthesis/report.test.tsRelative: loom/tests/synthesis/report.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 184Bytes: 6,142Imports: 4Exports: 0has tests
Content Preview
- /**
- * Integration test for the full synthesis report pipeline.
- *
- * Proves:
- * - Synthetic trace corpus → deterministic report
- * - Run twice → byte-identical JSON (same corpus + clock → same output)
- * - All report fields populated correctly
- */
- import { describe, expect, test } from "bun:test";
- import { runSynthesis } from "../../src/synthesis/core/report";
- import { buildCorpus } from "./fixtures";
- import type {
- TraceReader,
- RegistryWriter,
- SkillProposerStore,
- BlobStore,
- Clo