我使用以下命令来运行我的测试并获得覆盖率报告:
jest --coverage
现在我想在我的脚本文件中检查覆盖率是否超过90%.我该怎么办 ?
automated-tests node.js jestjs
automated-tests ×1
jestjs ×1
node.js ×1