Answers for "angular cli skip-tests"

-1

skip test angular

--skip-tests
Posted by: Guest on March-25-2021
1

angular cli skip-tests

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
Posted by: Guest on April-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language