Mario Marinero
Mario Marinero
I had trouble using jest after requiring an ESM-only package in Node 22.13.0. I found a similar workaround to https://github.com/jestjs/jest/issues/15275#issuecomment-2495971960 In my case, I had to use babel-jest to transform...
As of [node 22.12](https://nodejs.org/en/blog/release/v22.12.0), is it now possible to require native ES modules like `@angular/compiler` synchronously so the dynamic import workaround in ["Describe alternatives you've considered"](https://github.com/angular/angular-cli/issues/22786#issue-1156963124) is not necessary if...