79386095

Date: 2025-01-25 02:39:39
Score: 2
Natty:
Report link

In my case I used the extensionsToTreatAsEsm: [".ts"] in jest.config and add the node with --experimental-vm-modules to the test script:

"test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch",

Try that, here worked well

See docs for that: https://jestjs.io/docs/ecmascript-modules

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gustavo campos antunes