jest-expo 53.0.3 → 53.0.4

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": "53.0.3",
3
+ "version": "53.0.4",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -58,5 +58,5 @@
58
58
  "expo": "*",
59
59
  "react-native": "*"
60
60
  },
61
- "gitHead": "7cd543b5d7b836fed6dca00859e35883c490b9ef"
61
+ "gitHead": "4afcc8dce27953549cd73fa27243dafd2332bd27"
62
62
  }
@@ -328,6 +328,9 @@ module.exports = {
328
328
  { name: 'loadAsync', argumentsCount: 2, key: 'loadAsync' },
329
329
  { name: 'getLoadedFonts', argumentsCount: 0, key: 'getLoadedFonts' },
330
330
  ],
331
+ ExpoFontUtils: [
332
+ { name: 'renderToImageAsync', argumentsCount: 2, key: 'renderToImageAsync' },
333
+ ],
331
334
  ExpoGo: [],
332
335
  ExpoHaptics: [
333
336
  { name: 'impactAsync', argumentsCount: 1, key: 'impactAsync' },