hustcc / jest-electron

❯ ⚛️The easiest way to run and debug test cases in electron with jest.
https://github.com/hustcc/jest-electron
MIT License
154 stars 24 forks source link

● Test suite failed to run TypeError: Jest: a transform must export a `process` function. #51

Open bigfish opened 2 years ago

bigfish commented 2 years ago

When I attempt use the jest-electron/environment I get the error:

● Test suite failed to run

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

Note: using Jest 27. perhaps it is not supported?

bruceauyeung commented 2 years ago

same issue here, any suggestions? @hustcc