-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'setupDevtools' from 'setup.js' #879
Comments
Same issue here. still investigating it.. |
I see a similar issue reported in react-native github. I think it might not be related to |
I think you are right - I'll be closing this issue since it probably is an issue with jest and not this repo. |
Same here @Nightsd01 do you solved it? |
Several bugfixes were needed, and I managed to get the tests running:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue :
I'm developing a react-native SDK. Whenever I attempt to run my tests using
npx jest
, I see the following error:Expected behavior :
I'm not a JS developer (I'm an iOS dev) so forgive my complete ignorance. I am not sure if this is an issue with
ts-jest
or not.Debug log:
I set the environmental variable, but
ts-jest.log
is no where to be found?Minimal repo:
Here is our SDK: https://github.com/geektimecoil/react-native-onesignal/tree/typescript_conversion
I am working in the
typescript_conversion
branch, that is where the issue is.The text was updated successfully, but these errors were encountered: