godaddy / ekke

Ekke is a test runner for React-Native, it allows you to execute your test code directly on the device enabling you to test in the same environment as your production users.
MIT License
133 stars 9 forks source link

Simple app fails with Cannot find module ... jest/hasteImpl #40

Open jonmountjoy opened 4 years ago

jonmountjoy commented 4 years ago

Ekke looks fabulous! I can't find any other system that lets me test my (native) SQL code with React Native - thank you.

While I got Ekke working many months ago, I fail to do so now. Whenever I run it, it fails immediately with:

Error: Cannot find module '/private/tmp/jsNodeBug/node_modules/react-native/jest/hasteImpl'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)

You can find a simple app that reproduces this problem here.

You can find the full exception when DEBUG is enabled, here

I'd appreciate any help - thank you!