mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Bump lucide-react to latest version and Fixed Tests
This commit is contained in:
parent
5e650260d6
commit
a44aadfe38
4 changed files with 12 additions and 39 deletions
|
@ -7,6 +7,12 @@ jest.mock('sonner', () => ({
|
|||
},
|
||||
}));
|
||||
|
||||
jest.mock('lucide-react', () => ({
|
||||
MoreHorizontal: () => null,
|
||||
X: () => null,
|
||||
Medal: () => null,
|
||||
}));
|
||||
|
||||
jest.mock('@/actions/update-list', () => ({
|
||||
updateList: jest.fn(),
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue