Skip to content
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

feat(jest-expo): support passing caller to babel-jest #27637

Merged
merged 3 commits into from Mar 15, 2024

Conversation

EvanBacon
Copy link
Contributor

@EvanBacon EvanBacon commented Mar 13, 2024

Why

If the project babel config is babel-preset-expo then it should have access to the target platform that the bundler is transforming for. In this case, the bundler is Jest, so we need to supply the platform caller option to babel jest to ensure platform-specific transforms can be applied in a predictable way.

Test Plan

  • I added a test for the new behavior to ensure process.env.EXPO_OS is available in tests that use babel-preset-expo. Hopefully all other tests continue to pass as expected.
  • It's unclear if we should also pass isDev to the caller as well. It seems like we currently support users toggling this at runtime in tests.
  • Ran et cp -a --no-build --no-lint --no-uniformity-check to ensure all tests keep working.

Checklist

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Mar 13, 2024
@EvanBacon EvanBacon merged commit ef7d2a6 into main Mar 15, 2024
9 checks passed
@EvanBacon EvanBacon deleted the @evanbacon/jest-expo/platform-to-caller branch March 15, 2024 19:24
marklawlor pushed a commit that referenced this pull request Mar 18, 2024
# Why

If the project babel config is babel-preset-expo then it should have
access to the target platform that the bundler is transforming for. In
this case, the bundler is Jest, so we need to supply the platform caller
option to babel jest to ensure platform-specific transforms can be
applied in a predictable way.

# Test Plan

- I added a test for the new behavior to ensure `process.env.EXPO_OS` is
available in tests that use `babel-preset-expo`. Hopefully all other
tests continue to pass as expected.
- It's unclear if we should also pass `isDev` to the caller as well. It
seems like we currently support users toggling this at runtime in tests.
- Ran `et cp -a --no-build --no-lint --no-uniformity-check` to ensure
all tests keep working.

# 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).

---------

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint compatible bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants