mirror of
https://github.com/stablyai/orca.git
synced 2026-09-26 16:02:43 +00:00
Expect combined acknowledgement scan to skip absent HTML replacement
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user