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:
This might help contributors determine which areas of the code need tests.
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:
And then view the coverage in a browser:
Which currently looks like:
This might help contributors determine which areas of the code need tests.