Add widget component tests (proxmox..sabnzbd)

This commit is contained in:
shamoon
2026-02-03 12:20:36 -08:00
parent b64056e681
commit 04ebf19938
11 changed files with 603 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ vi.mock("next-i18next", () => ({
if (key === "common.bytes") return String(opts?.value ?? "");
if (key === "common.bbytes") return String(opts?.value ?? "");
if (key === "common.byterate") return String(opts?.value ?? "");
if (key === "common.bibyterate") return String(opts?.value ?? "");
if (key === "common.bitrate") return String(opts?.value ?? "");
if (key === "common.duration") return String(opts?.value ?? "");
if (key === "common.ms") return String(opts?.value ?? "");