dwyl / learn-tdd

:white_check_mark: A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial)
Mozilla Public License 2.0
2.74k stars 349 forks source link

Revise mentions of Istanbul as it's now deprecated #132

Open iteles opened 4 years ago

iteles commented 4 years ago

In light of https://github.com/dwyl/learn-istanbul/issues/20 we should revise mentions/usage of istanbul in this tutorial in favour of nyc.

nelsonic commented 4 years ago

@iteles do you want to pair on this revision/update or would you favour a Pull Request from someone who has read the tutorial and found it useful? My guess is that the people reading this tutorial probably won't be reading the issues. So we are unlikely to get a random PR from a reader. 💭

iteles commented 4 years ago

Seems like a good short-ish project for this or next weekend 👍 It's not super high priority though.

vedant-z commented 1 year ago

@nelsonic I am willing to make a PR for this. I just need little bit of help on what needs to e done and how should I proceed.