diff --git a/packages/react-native/flow/jest.js b/packages/react-native/flow/jest.js index 5f42ea1358f..505dd3fc163 100644 --- a/packages/react-native/flow/jest.js +++ b/packages/react-native/flow/jest.js @@ -38,6 +38,10 @@ type JestMockFn, TReturn> = { * instantiated from this mock function. */ instances: Array, + /** + * An array that contains the contexts for all calls of the mock function. + */ + contexts: Array, /** * An array that contains all the object results that have been * returned by this mock function call