Skip to content

Instantly share code, notes, and snippets.

@robsonfaxas
Created March 14, 2020 22:37
Show Gist options
  • Save robsonfaxas/6cecea1a7aa8ddb830b2dc204579ce52 to your computer and use it in GitHub Desktop.
Save robsonfaxas/6cecea1a7aa8ddb830b2dc204579ce52 to your computer and use it in GitHub Desktop.
[Angular-CLI - Qualidade de Software] Testes unitários, testes de tela e qualidade de código #angular #test
Análise da Qualidade do Código
Execute o comando:
$ ng lint
Testes Unitários
Execute o comando:
$ ng test
Testes End to End
Execute o comando:
$ ng e2e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment