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