test(KB-197): fix Pencil mock in TaskCard tests

This commit is contained in:
gsxdsm
2026-03-30 13:19:53 -07:00
parent 56d2dbb357
commit 01faf8cb89

View File

@@ -7,6 +7,7 @@ import type { Task } from "@kb/core";
vi.mock("lucide-react", () => ({
Link: () => null,
Clock: () => null,
Pencil: () => null,
}));
// Mock the api module