Testing Typescript project with Mocha and Istanbul NYC
2024-02-08
typescript
javascript
testing
mocha
nyc
Mocha is a popular JS test framework, and Istanbul is a popular JS test coverage tool. How to use them when it comes to Typescript? This post shows a simple demo.