Mehmet
Mehmet
@Ting-Yu Can you send details? json data, db Pgsql - Mysql and Columns, errors .. etc
Same issue! ```javascript await createClient({ socket: { host: "name-of-service", port: 6379, }, }).connect(); ``` Error: connect ECONNREFUSED 127.0.0.1:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) [ERROR] 16:37:26 Error: Redis connection to 127.0.0.1:6379...
@nfriedly what do u think?
Fix Steps; ✅ ```bash yarn add --dev babel-jest @babel/core @babel/preset-env ``` jest.config.json ```json "transform": { "^.+\\.(js|jsx|ts|tsx)$": "babel-jest" }, "transformIgnorePatterns": [ "/node_modules/(?!@faker-js/faker)", "\\.pnp\\.[^\\/]+$" ], ``` babel.config.js ```js module.exports = { presets:...