Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 290 Bytes

JestCLIOptions.md

File metadata and controls

6 lines (5 loc) · 290 Bytes

--onlyChanged

简写: -o. 试图根据当前代码库中更改的文件来标识要运行的测试。只有在Git存储库中运行测试时,才生效,并且需要静态依赖关系图(无动态需求)。

--lastCommit

测试所有未commit的代码,类似于 --onlyChanged