Update deps to latest and align tests

This commit is contained in:
Peter Steinberger
2025-11-24 17:33:59 +01:00
parent 657188a7e2
commit f88b3ceb7a
4 changed files with 39 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
import { describe, expect, it } from "vitest";
import { normalizeE164, toWhatsappJid, assertProvider } from "./index.js";
import { assertProvider, normalizeE164, toWhatsappJid } from "./index.js";
describe("normalizeE164", () => {
it("strips whatsapp: prefix and whitespace", () => {