Answers for "angular run specific tests"

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
1

angular library run tests

ng test <project> [options]
Posted by: Guest on November-24-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language