Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Last active May 11, 2021 11:20
Show Gist options
  • Save bengrunfeld/8472e5c62d6000660787137eca13c62b to your computer and use it in GitHub Desktop.
Save bengrunfeld/8472e5c62d6000660787137eca13c62b to your computer and use it in GitHub Desktop.
React Testing Library - 1
import { render } from '@testing-library/react'
import { App } from './App'
test("Render the App component", () => {
render(<App />)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment