mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:11:23 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -17,9 +17,7 @@ describe("toWhatsappJid", () => {
|
||||
});
|
||||
|
||||
it("keeps group JIDs intact", () => {
|
||||
expect(toWhatsappJid("123456789-987654321@g.us")).toBe(
|
||||
"123456789-987654321@g.us",
|
||||
);
|
||||
expect(toWhatsappJid("123456789-987654321@g.us")).toBe("123456789-987654321@g.us");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user