aamay001 / react-resume

Resume Builder in React
https://resumejs.netlify.app/
107 stars 52 forks source link

add test coverage script #60

Closed tsargent closed 5 years ago

tsargent commented 5 years ago

In order to address https://github.com/aamay001/react-resume/issues/36, I was thinking of taking a stab at adding some tests, but I thought I would start by adding a coverage script and some documentation to the README. With this PR, you can run:

npm run test:coverage

And then view the coverage in a browser:

open coverage/lcov-report/index.html

Which currently looks like:

image

This might help contributors determine which areas of the code need tests.