标签: javascript typescript jestjs create-react-app
是否可以先打印测试覆盖率报告,然后再打印测试?我正在使用react-scripts test --coverage --verbose --silent进行测试,我希望无需滚动即可查看所有复选标记(至少在大多数情况下为?)。我也很少看测试范围,因为它不是我要优化的指标。
react-scripts test --coverage --verbose --silent