Jest-expo dependency is making unit test cases fail after SDK upgrade (44-45)

Hi guys, apparently updating expo to SDK 45 caused some issues on the unit test cases from my project (the snapshots testing if some of the screens are rendering correctly and some mockErrors from testing some API calls made with axios) I believe this is caused by the dependencies (there weren’t any breaking changes on Jest or the other libraries I’m using) so I tried removing node_modules and running yarn install but it installs some dependencies that are causing errors (among them react-test-renderer, which I think is causing the snapshots to fail)

  1. SDK Version: 45
  2. Platforms: Android/ iOS
    Also, in the images attached you will find the errors I’m facing and the results of yarn check.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.