NPM Run Test: команда покрытия в шутку
npm test -- --coverage
Super Stoat
npm test -- --coverage
// Command
npm run test -- --coverage
// If you wanna watch
npm run test -- --coverage --watchAll=true
// or
npm run test -- --coverage --watchAll=true
// To check jest coverage you can use
jest --coverage