liatrio / devops-bootcamp

Liatrio's DevOps Bootcamp
https://devops-bootcamp.liatr.io
MIT License
43 stars 46 forks source link

Update the Code Coverage section (5.5.4) #562

Closed gdsmith1 closed 1 month ago

gdsmith1 commented 1 month ago

The Istanbul/nyc code coverage does not seem to support ES modules, which the bootcamp exercise calls for. I found some github issues discussing it and the general consensus was to use c8 instead of nyc, but we could also explore replacing the testing tools with Jest.