Diego Rodrigues
Results
2
comments of
Diego Rodrigues
I just create a object with the methods, like I use to do with jest. ```javascript const mockProductRepository = { getAll: async () => ({}) as Paginated, update: async ()...