Skip to content

Instantly share code, notes, and snippets.

@imdongchen
Created April 29, 2021 15:41
Show Gist options
  • Save imdongchen/ada0143e581a2a1c4cd4634ff04c9d52 to your computer and use it in GitHub Desktop.
Save imdongchen/ada0143e581a2a1c4cd4634ff04c9d52 to your computer and use it in GitHub Desktop.
import { WithSuccessResponse } from './MyComponent.stories.js'
import { render } from '@testing-library/react'
test('renders with success server response', () => {
render(<WithSuccessResponse />)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment