Open
Description
Sometimes (sadly not very reproducible) I get the following error:
TypeError: Cannot redefine property: default
node_modules/ioredis/built/index.js:6:8
4| exports = module.exports = require("./Redis").default;
5| var Redis_1 = require("./Redis");
6| Object.defineProperty(exports, "default", { enumerable: true, get: fun…
| ^
``̀
This mostly happens when testing with vitest and only seems to occur if ioredis is imported in multiple locations
Metadata
Metadata
Assignees
Labels
No labels