Closed trevorpfiz closed 5 months ago
adding |superjson to transformIgnorePatterns: [ node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|superjson))
, ], seems to fix the error?
I am trying to run React Native Expo unit tests following this repo react-native-template-obytes. It is specifically the
superjson
package that is causing problems.