fac-15 / MALM

Week 5 project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code coverage

harryyy27 opened this issue Β· comments

Nice to see you've used supertest. Have you tried installing istanball or nyc? It'll show you exactly what tests your missing. You could go for 100% coverage. You'll need to do some 500 error tests to get there πŸ‘ You could also test your public and API routes.