jest-expo 49.0.0-alpha.1 → 49.0.0-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "49.0.0-alpha.1",
3
+ "version": "49.0.0-alpha.3",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src",
@@ -31,7 +31,7 @@
31
31
  "preset": "jest-expo/universal"
32
32
  },
33
33
  "dependencies": {
34
- "@expo/config": "~8.0.0",
34
+ "@expo/config": "~8.1.0",
35
35
  "@jest/create-cache-key-function": "^29.2.1",
36
36
  "babel-jest": "^29.2.1",
37
37
  "find-up": "^5.0.0",
@@ -46,5 +46,5 @@
46
46
  "url": "https://github.com/expo/expo/issues"
47
47
  },
48
48
  "homepage": "https://github.com/expo/expo/tree/main/packages/jest-expo",
49
- "gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
49
+ "gitHead": "e2e2d23c044f4d0ded6d82ea7d93ff5e725c8a2e"
50
50
  }
@@ -282,6 +282,7 @@ module.exports = {
282
282
  key: 'isRootedExperimentalAsync',
283
283
  },
284
284
  ],
285
+ ExpoDevMenu: [],
285
286
  ExpoDocumentPicker: [{ name: 'getDocumentAsync', argumentsCount: 1, key: 0 }],
286
287
  ExpoFaceDetector: [{ name: 'detectFaces', argumentsCount: 1, key: 0 }],
287
288
  ExpoFontLoader: [{ name: 'loadAsync', argumentsCount: 2, key: 0 }],