Skip to content

Instantly share code, notes, and snippets.

@ivanbtrujillo
Created June 6, 2019 17:30
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 ivanbtrujillo/37dce1a8b97b6f121295a7303a027956 to your computer and use it in GitHub Desktop.
Save ivanbtrujillo/37dce1a8b97b6f121295a7303a027956 to your computer and use it in GitHub Desktop.
react-testing-library-article-3
import React from "react";
const Sum = () => <div />;
export default Sum;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment