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

Test suit fails to run outputs undefined #76

Closed ashish-tru closed 3 years ago

ashish-tru commented 3 years ago

running the command yarn test inside the electron project shows this error. I am not able to conclude anything from the output. runnerErr This is the test file which is failing firstTest

arvinxx commented 3 years ago

meet this too.

what's the problem?Have you solved this? i'm using Typeorm and sqlite3

ashishrawat0 commented 3 years ago

Hey actually i idid solve this a long time ago. I think the problem was that i was using the build file instead of the ts file in which i did the code