Luca Bertolini

Results 12 comments of Luca Bertolini

Another consideration: i also tried to set the compiler option of `ts-jest` to use `ts-patch`, following the [instrucions ](https://github.com/nonara/ts-patch?tab=readme-ov-file#method-1-live-compiler) ``` /** @type {import('jest').Config} */ const config = { preset: "ts-jest",...

Hello! Your example works, i have the same configuration in my project, but for some reason it still gives me the same issue with version >= 29.0.0. I'm still trying...