marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gustawdaniel opened this issue · comments

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.