Skip to content

Commit

Permalink
execute single test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 10, 2020
1 parent dca11aa commit 5f5bbd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,10 @@ export class AppComponent {
```app.component.html
<p [@myOwnAnimation]='state' (click)="animateMe()" style="text-align: center"> animation</p>
```

# Test
## execute single test
```
ng test --include='**/service/*.spec.ts'
npm run test -- --include='**/service/*.spec.ts'
```

0 comments on commit 5f5bbd6

Please sign in to comment.