facebook-atom / jest-electron-runner

custom test runner for Jest that allows tests to be run in Electron environment
MIT License
189 stars 33 forks source link

Jest: a transform must export a `process` function. #87

Open unional opened 3 years ago

unional commented 3 years ago

Seems like this runner doesn't work with jest 27.

I tried to fork this and try it out, but having some problem setup my local environment for it.