-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
I'm using ioredis-mock in my ts code with jest.
import RedisMock from 'ioredis-mock';
RedisMock.prototype.status = 'ready'
jest.mock('ioredis', () => jest.requireActual('ioredis-mock'));
I need to know how many times the get / set method was called and what were the passed parameters.
How can I do it?
Metadata
Metadata
Assignees
Labels
No labels