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

does this work with babel-jest? #40

Closed andreineculau closed 5 years ago

andreineculau commented 5 years ago

I'm using the babel-jest transformer and all I'm getting is my imports in a test being undefined.

FWIW everything is fine if I don't use jest-electron-runner (except I have to mock every the whole of electron).

Sorry in advance if this is a silly question. Just out of ideas.

andreineculau commented 5 years ago

my bad 🤕 👋