test(KB-197): fix Pencil mock in TaskCard tests
This commit is contained in:
@@ -7,6 +7,7 @@ import type { Task } from "@kb/core";
|
||||
vi.mock("lucide-react", () => ({
|
||||
Link: () => null,
|
||||
Clock: () => null,
|
||||
Pencil: () => null,
|
||||
}));
|
||||
|
||||
// Mock the api module
|
||||
|
||||
Reference in New Issue
Block a user