# Angular CLI: ng lint, ng test, ng e2e
ng lint - Fazer o lint do nosso código, escanear e verificar por boas práticas. (ex: Ponto e virgulando faltando)
```Text
$ ng lint
```
ng test - Executar os testes unitários
```Text
$ ng test
```
ng e2e - Testes e2e protector
```Text
$ ng e2e
```