Answers for "run test coverage jest"

2

npm run test:coverage command in jest

npm test -- --coverage
Posted by: Guest on May-14-2020
-1

jest test coverage command

// Command 
npm run test -- --coverage 

// If you wanna watch 
npm run test -- --coverage --watchAll=true 

// or 

npm run test -- --coverage --watchAll=true
Posted by: Guest on December-22-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language