Add coverage run with thresholds and align tests to utils

This commit is contained in:
Peter Steinberger
2025-11-24 17:51:18 +01:00
parent 343ef9b63d
commit 5ee4f3219d
2 changed files with 27 additions and 6 deletions

View File

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