stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
339 stars 123 forks source link

fix: ioredis 5.x uses a default export #1203

Closed xpol closed 1 year ago

josebrz95 commented 1 year ago

this

jest.mock('ioredis',` () => `jest.requireActual('ioredis-mock'));

produce

`ioredis_1.default` is not a constructor
TypeError: ioredis_1.default is not a constructor
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 8.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: