Fix lint errors

This commit is contained in:
beatz174-bit
2025-12-02 17:22:09 +10:00
parent f6edda1c42
commit 9822cad8eb
24 changed files with 171 additions and 181 deletions
@@ -36,7 +36,7 @@ vi.mock('../context/DBProvider', () => ({
categories: { add: categoryAddMock, update: categoryUpdateMock, delete: categoryDeleteMock },
products: {
where: () => ({
equals: (_: string) => ({
equals: () => ({
count: async () => 0,
modify: async (changes: any) => productModifyMock(changes),
}),