Carlos D. Álvaro

Results 55 comments of Carlos D. Álvaro

Almost a year with this PR opened. I give up.

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`,...