Answers for "ng test angular cli"

1

execute only one test spec with angular-cli (ng test)

// ng test --main directory/filename.spec.ts
ng test --main src/app/services/dealer.service.spec.ts
Posted by: Guest on April-23-2021
0

angular cli no test

ng g c component-name --skip-tests
Posted by: Guest on March-17-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language