mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:01:24 +00:00
test: trim redundant whatsapp mention-true ack reaction case
This commit is contained in:
@@ -180,18 +180,6 @@ describe("shouldAckReactionForWhatsApp", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("honors mentions or activation for group-mentions", () => {
|
it("honors mentions or activation for group-mentions", () => {
|
||||||
expect(
|
|
||||||
shouldAckReactionForWhatsApp({
|
|
||||||
emoji: "👀",
|
|
||||||
isDirect: false,
|
|
||||||
isGroup: true,
|
|
||||||
directEnabled: true,
|
|
||||||
groupMode: "mentions",
|
|
||||||
wasMentioned: true,
|
|
||||||
groupActivated: false,
|
|
||||||
}),
|
|
||||||
).toBe(true);
|
|
||||||
|
|
||||||
expect(
|
expect(
|
||||||
shouldAckReactionForWhatsApp({
|
shouldAckReactionForWhatsApp({
|
||||||
emoji: "👀",
|
emoji: "👀",
|
||||||
|
|||||||
Reference in New Issue
Block a user