I am trying to inspect a single test so I run:
npm test alerts.actionCreators.test.js
The test passes, and then I get a huge printout of code coverage and then a failure for not meeting global standards. Can I skip this part of testing while I focus on the just whether the test passes or fails?