Carlos D. Álvaro
Carlos D. Álvaro
Almost a year with this PR opened. I give up.
Still requested
Please, don't forget this request
Same thing here. I've tried adding the following config to the `jest.config.js` file: ```js module.exports = { preset: "ts-jest", transform: { "^.+\\.tsx?$": "ts-jest", }, transformIgnorePatterns: ["/node_modules/(?!(title-case)/)"], // Other settings };...
Thank you for your reply @LarendsD! In my case, I have updated `jest` and `ts-jest` to the current latest version, `^29.7.0` and `^29.2.5`, respectively. And after that, I've installed: `babel-jest`,...