Initial commit from Create React App

This commit is contained in:
Rodrigo Pinto 2019-12-11 20:56:51 -05:00
commit 4d61e7fadf
18 changed files with 14380 additions and 0 deletions

5
src/setupTests.js Normal file
View file

@ -0,0 +1,5 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';