Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jest] Fix mock-generator crash and update mocks (expo#23062)
# Why In preparation for the SDK 49 release, we should update our jest mocks # How Fixed `jest-mock-generator` crash when loading the bundle, updated `logUrl` to be read from `expoGoConfig` instead of the `manifest` and followed the steps detailed in [Generating new Jest Mocks.md](https://github.com/expo/expo/blob/main/guides/Generating%20Jest%20Mocks.md) to update the mocks # Test Plan Run `jest-expo-mock-generator` through Expo Go Unversioned # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
- Loading branch information