test(slack): pass isThreadReply in genuine-thread test scenario

This commit is contained in:
Ken Shimizu
2026-04-06 20:30:35 +09:00
committed by Peter Steinberger
parent 7f7cfc794f
commit 05b3d34a92

View File

@@ -68,6 +68,7 @@ describe("resolveSlackThreadTs", () => {
incomingThreadTs: threadTs,
messageTs,
hasReplied,
isThreadReply: true,
}),
).toBe(threadTs);
}