scrum-gang / jobhub-chrome

:pushpin: Extension to keep track of job applications ad-hoc
GNU General Public License v3.0
8 stars 0 forks source link

Add tests for all exported functions #30

Closed CamiloGarciaLaRotta closed 5 years ago

CamiloGarciaLaRotta commented 5 years ago

Reason for the enhancement

Currently, coverage is sub-par. We should be testing every exported function regardless if it is at unit level or integration level Currently, there are no tests for failures (failwith)

Explanation of how the enhancement may implemented

Through bs-jest

Impact on existent system

Increase on the trust of the components of the system

CamiloGarciaLaRotta commented 5 years ago

handled by c950d92