Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Last active May 11, 2021 11:51
Show Gist options
  • Save bengrunfeld/b4518e2636f2996a6e393b87344b40d6 to your computer and use it in GitHub Desktop.
Save bengrunfeld/b4518e2636f2996a6e393b87344b40d6 to your computer and use it in GitHub Desktop.
React Testing Library - Basic Component
const App = () => <button>Give me cookies!</button>
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment