Skip to content

Commit

Permalink
add updated api report
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 16, 2023
1 parent d9ed972 commit 9c91916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .api-reports/api-report-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,8 @@ export interface MockedProviderProps<TSerializedCache = {}> {
childProps?: object;
// (undocumented)
children?: any;
// (undocumented)
connectToDevTools?: boolean;
// Warning: (ae-forgotten-export) The symbol "DefaultOptions" needs to be exported by the entry point index.d.ts
//
// (undocumented)
Expand Down
4 changes: 4 additions & 0 deletions src/testing/react/MockedProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export interface MockedProviderProps<TSerializedCache = {}> {
children?: any;
link?: ApolloLink;
showWarnings?: boolean;
/**
* If set to true, the MockedProvider will try to connect to the Apollo DevTools.
* Defaults to false.
*/
connectToDevTools?: boolean;
}

Expand Down

0 comments on commit 9c91916

Please sign in to comment.