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.