You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This expression is not constructable.
Type 'typeof import("/Users/kristian/repos/agent-communication-hub/node_modules/@types/ioredis-mock/index")' has no construct signatures.
The typings includes an index.d.ts which looks as follows:
I've been trying to use this without success in typescript with nodenext. I installed typings from @types/ioredis-mock
This expression is not constructable. Type 'typeof import("/Users/kristian/repos/agent-communication-hub/node_modules/@types/ioredis-mock/index")' has no construct signatures.
The typings includes an index.d.ts which looks as follows:
I can see there is an old issue on this #661 (comment)
It works if I add my own
ioredis.d.ts
file as follows whereredisMock
is capitalized toRedisMock
The text was updated successfully, but these errors were encountered: