Test: 10 more widget components (C)

This commit is contained in:
shamoon
2026-02-02 23:06:42 -08:00
parent dd467a0a02
commit e0e4167fd6
11 changed files with 668 additions and 0 deletions

View File

@@ -18,8 +18,10 @@ 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.bitrate") return String(opts?.value ?? "");
if (key === "common.duration") return String(opts?.value ?? "");
if (key === "common.ms") return String(opts?.value ?? "");
if (key === "common.date") return String(opts?.value ?? "");
if (key === "common.relativeDate") return String(opts?.value ?? "");
return key;
},