OpenBCca / openbc-web

https://openbcca.github.io/openbc-web/
1 stars 2 forks source link

Write Additional Unit Tests for github.client-service.ts and components/header/header.tsx #63

Open alchuu00 opened 8 months ago

alchuu00 commented 8 months ago

Our goal is to reach 80% code coverage. Currently some of the components and pages don't have unit tests written yet.

Files that need unit tests written:

The coverage report gets generated in your terminal whenever you run tests. Which can help you identify which files need additional testing. More detailed report (html) gets saved under /coverage/.