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
It is not possible to mock @InjectRedis() private readonly redis: Redis in unit tests. The following error occurs:
ENOENT: no such file or directory, open 'node:child_process'
at Runtime.readFile (node_modules/jest-runtime/build/index.js:1987:21)
at Object.<anonymous> (node_modules/check-disk-space/dist/check-disk-space.cjs:5:26)
The text was updated successfully, but these errors were encountered:
It is not possible to mock
@InjectRedis() private readonly redis: Redis
in unit tests. The following error occurs:The text was updated successfully, but these errors were encountered: