Skip to content

Commit

Permalink
fix(testing): export MockedProviderProps from '@apollo/client/testing' (
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-sch authored Aug 7, 2020
1 parent 7bb1469 commit 7f408d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/testing/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { MockedProvider } from './mocking/MockedProvider';
export { MockedProvider, MockedProviderProps } from './mocking/MockedProvider';
export { MockLink, mockSingleLink, MockedResponse } from './mocking/mockLink';
export {
MockSubscriptionLink,
Expand Down

0 comments on commit 7f408d2

Please sign in to comment.