Expect combined acknowledgement scan to skip absent HTML replacement

This commit is contained in:
Neil
2026-09-12 00:44:42 -07:00
parent 6004cd3a35
commit 377ae9c85f
@@ -58,7 +58,7 @@ describe('review acknowledgement summary', () => {
const replaces = replace.mock.calls.length
const splits = split.mock.calls.length
expect(actual).toBe('comment — Heading')
expect(replaces).toBe(3)
expect(replaces).toBe(2)
expect(splits).toBe(0)
})
})