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

Runner hangs with electron 9.0.0 #64

Closed alejandroclaro closed 4 years ago

alejandroclaro commented 4 years ago

The runner hangs when electron is updated to version 9.0.0

Jest: v26.0.1 ts-jest: v26.0.0 @jest-runner/electron: 3.0.0

yy923683900 commented 4 years ago

I get the same problem with you. And I have solved . Maybe the problem is caused by jest , can this solve your problem? https://github.com/facebook/jest/issues/5239#issuecomment-355867359

alejandroclaro commented 4 years ago

Looks like it is solved.