Wykonaj tylko jedną specyfikację testową z angular-cli (test NG)

// ng test --main directory/filename.spec.ts
ng test --main src/app/services/dealer.service.spec.ts
Unsightly Unicorn