jest-expo 56.0.2 → 56.0.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": "56.0.2",
3
+ "version": "56.0.3",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -61,7 +61,7 @@
61
61
  "@react-native/jest-preset": "0.85.3",
62
62
  "react-server-dom-webpack": "~19.0.6"
63
63
  },
64
- "gitHead": "51c27fce31a5b3a877a4b05d832dabf4a99db5e1",
64
+ "gitHead": "f26be3dd9396bf7c399a1d607865d0fabdbc0d64",
65
65
  "scripts": {
66
66
  "lint": "eslint .",
67
67
  "test": "jest"
@@ -61,7 +61,6 @@ module.exports = {
61
61
  argumentsCount: 0,
62
62
  key: 'getMemoryUsageSnapshotAsync',
63
63
  },
64
- { name: 'getStoredEntries', argumentsCount: 0, key: 'getStoredEntries' },
65
64
  { name: 'logEvent', argumentsCount: 2, key: 'logEvent' },
66
65
  { name: 'markFirstRender', argumentsCount: 0, key: 'markFirstRender' },
67
66
  { name: 'markInteractive', argumentsCount: 1, key: 'markInteractive' },
@@ -849,7 +848,6 @@ module.exports = {
849
848
  getAppStartupTimesAsync: { type: 'function' },
850
849
  getFrameRateMetricsAsync: { type: 'function' },
851
850
  getMemoryUsageSnapshotAsync: { type: 'function' },
852
- getStoredEntries: { type: 'function' },
853
851
  logEvent: { type: 'function' },
854
852
  markFirstRender: { type: 'function' },
855
853
  markInteractive: { type: 'function' },