Test: 10 more widget components (A)

This commit is contained in:
shamoon
2026-02-02 22:38:54 -08:00
parent d824f56277
commit cbf6aef635
11 changed files with 696 additions and 0 deletions

View File

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