April 2018
Beginner
536 pages
13h 21m
English
As we already learned in Chapter 9, Automating Your Development Workflow, we can use nyc to generate test coverage reports for our applications. We can install nyc using the following command:
npm install --save-dev nyc