Skip to content

Files

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 368 Bytes

Eat Yo Veggies

This minimal React app accompanies my talk on testing React applications with Jest and Enzyme. Feel free to clone it down to follow along with my talk, extend it to your heart's content.

To get it it up and running locally, first, install Node, then:

npm i
npm start

To run the test suite:

npm run test