jest-expo 52.0.0-preview.4 → 52.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/jest-preset.js +2 -2
- package/package.json +2 -2
package/jest-preset.js
CHANGED
|
@@ -93,9 +93,9 @@ if (!Array.isArray(jestPreset.transformIgnorePatterns)) {
|
|
|
93
93
|
);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
// Also please keep `testing
|
|
96
|
+
// Also please keep `unit-testing.mdx` file up to date
|
|
97
97
|
jestPreset.transformIgnorePatterns = [
|
|
98
|
-
'/node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@
|
|
98
|
+
'/node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)',
|
|
99
99
|
'/node_modules/react-native-reanimated/plugin/',
|
|
100
100
|
];
|
|
101
101
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-expo",
|
|
3
|
-
"version": "52.0.0
|
|
3
|
+
"version": "52.0.0",
|
|
4
4
|
"description": "A Jest preset to painlessly test your Expo / React Native apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"expo": "*",
|
|
60
60
|
"react-native": "*"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8f11fad6f46b878de4746b49b18599fc57b5729f"
|
|
63
63
|
}
|