Bump lucide-react to latest version and Fixed Tests

This commit is contained in:
Ahmad 2025-01-10 18:42:42 -05:00
parent 5e650260d6
commit a44aadfe38
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 12 additions and 39 deletions

View file

@ -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(),
}));