jest-expo 52.0.0-preview.4 → 52.0.1

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.
Files changed (2) hide show
  1. package/jest-preset.js +2 -2
  2. package/package.json +3 -3
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-with-jest.md` file up to date
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/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)',
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-preview.4",
3
+ "version": "52.0.1",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -37,7 +37,7 @@
37
37
  "preset": "jest-expo/universal"
38
38
  },
39
39
  "dependencies": {
40
- "@expo/config": "~10.0.0",
40
+ "@expo/config": "~10.0.4",
41
41
  "@expo/json-file": "^9.0.0",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
@@ -59,5 +59,5 @@
59
59
  "expo": "*",
60
60
  "react-native": "*"
61
61
  },
62
- "gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b"
62
+ "gitHead": "563c85837bc5055672846887f70f3daf5763b16d"
63
63
  }