jest-expo 53.0.3 → 53.0.5
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
|
+
"version": "53.0.5",
|
|
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": "~11.0.
|
|
40
|
+
"@expo/config": "~11.0.9",
|
|
41
41
|
"@expo/json-file": "^9.1.4",
|
|
42
42
|
"@jest/create-cache-key-function": "^29.2.1",
|
|
43
43
|
"@jest/globals": "^29.2.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"expo": "*",
|
|
59
59
|
"react-native": "*"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "907224d194d100adb3dff522d4d7be91ee43be51"
|
|
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' },
|