LapassetAlexis / api-acharnes

0 stars 0 forks source link

should add tests & coverage report #4

Open Shuunen opened 3 years ago

Shuunen commented 3 years ago

you can check https://github.com/avajs/ava/blob/master/docs/recipes/typescript.md

then for code coverage : https://github.com/avajs/ava/blob/master/docs/recipes/code-coverage.md

💯

Shuunen commented 3 years ago

also I used Ava & Nyc in one of my TS project : https://github.com/Shuunen/shuutils

if you wanna see how it looks 😃