Skip to content

Instantly share code, notes, and snippets.

@imdongchen
Created April 29, 2021 15:41
Show Gist options
  • Save imdongchen/8ec4c05028303d69198ebc7f62689123 to your computer and use it in GitHub Desktop.
Save imdongchen/8ec4c05028303d69198ebc7f62689123 to your computer and use it in GitHub Desktop.
export const WithSuccessResponse = () =>
<ApiMock mocks={[{
url: '/',
method: 'get',
response: mockedResponse,
}]}>
<MyComponent {...props} />
</ApiMock>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment