jest-expo 48.0.2 → 49.0.0-alpha.2

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/README.md CHANGED
@@ -4,7 +4,7 @@ A [Jest](https://facebook.github.io/jest/) preset to painlessly test your Expo /
4
4
 
5
5
  ### Installation
6
6
 
7
- - To install the compatible version of `jest-expo` and `jest` for your project, run: `expo install jest-expo jest`.
7
+ - To install the compatible version of `jest-expo` and `jest` for your project, run: `npx expo install jest-expo jest`.
8
8
  - Add the following config to `package.json`:
9
9
 
10
10
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "48.0.2",
3
+ "version": "49.0.0-alpha.2",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src",
@@ -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": "da905d1c00e6bbf52c37625134758026d7054f3f"
49
+ "gitHead": "66d0501185956602c144a03a891bdb34d3c03910"
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 }],