Testing Typescript project with Mocha and Istanbul NYC
2024-02-08
javascript
mocha
nyc
testing
typescript
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.