Skip to content

Instantly share code, notes, and snippets.

@agustinfece
Last active January 16, 2021 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinfece/50f57ac347916b43c1b85deec7322b85 to your computer and use it in GitHub Desktop.
Save agustinfece/50f57ac347916b43c1b85deec7322b85 to your computer and use it in GitHub Desktop.
React Testing Library
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment