(summary: string)
| 123 | test("reuses note-aware geometry across equivalent note arrays", () => { |
| 124 | const file = createTestDiffFile(); |
| 125 | const buildNotes = (summary: string): VisibleAgentNote[] => [ |
| 126 | { |
| 127 | id: "annotation:example:0", |
| 128 | annotation: { |
| 129 | newRange: [1, 1], |
| 130 | rationale: "Keep note height in section geometry.", |
| 131 | summary, |
| 132 | }, |
| 133 | }, |
| 134 | ]; |
| 135 | |
| 136 | const first = measureDiffSectionGeometry( |
| 137 | file, |
no outgoing calls
no test coverage detected