📜  跳过测试角度 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:36.431000             🧑  作者: Mango

代码示例2
The name of the TypeScript configuration file for tests. Default: ... --skipTests=true|false. When true, does not create "spec.ts" test files for the app. Default: false

While generating component using cmd
>ng g c component-name --skipTests