mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 03:01:50 +03:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
+1
-3
@@ -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