Skip to content

Commit

Permalink
Change children to any in MockProviderProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenn Creighton committed Mar 15, 2021
1 parent 08954b0 commit 5c79527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilities/testing/mocking/MockedProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface MockedProviderProps<TSerializedCache = {}> {
cache?: ApolloCache<TSerializedCache>;
resolvers?: Resolvers;
childProps?: object;
children?: any;
link?: ApolloLink;
}

Expand Down

0 comments on commit 5c79527

Please sign in to comment.