marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MIT License
810 stars 56 forks source link

TypeError: Jest: a transform must export a `process` function. #121

Open gustawdaniel opened 1 year ago

gustawdaniel commented 1 year ago

I am using jest 29 and jest-esbuild 0.2.9 with transform

  transform: {
    "^.+\\.tsx?$": "esbuild-jest",
  },

my next dependency is supertest.

I receiving error

TypeError: Jest: a transform must export a `process` function.

when I installing this package both in v2 and v3.