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", () => ({
|
vi.mock("lucide-react", () => ({
|
||||||
Link: () => null,
|
Link: () => null,
|
||||||
Clock: () => null,
|
Clock: () => null,
|
||||||
|
Pencil: () => null,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// Mock the api module
|
// Mock the api module
|
||||||
|
|||||||
Reference in New Issue
Block a user