-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 docs: adiciona info de testes no readme #180
📝 docs: adiciona info de testes no readme #180
Conversation
Deploy preview for portal-ascepa ready! ✅ Preview Built with commit 6156f6a. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review realizado com Sucesso, OK
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review realizado com Sucesso.
Descrição
Ao rodar o alias de teste
npx nx test
, apenas os testes localizados no diretóriosrc/
estão sendo executados atualmente.Inclusive nas automações do sonar, uma vez que o
sonar-project.properties
aponta para o arquivotsconfig.app.json
Este PR adiciona os arquivos de
modules
aojest.config.app.ts
e aotsconfig.app.json
Este PR também adiciona informações a respeito de como rodar os testes, incluido flags interessantes. Adiciona também novos aliases ao package.json para rodar testes com flag de watch e test-coverage.
Tipo da alteração
🐛 fix(environment): inclui modules nos testes via jest.config.app.ts
📝 docs(docs): atualiza readme.md e package.json com scripts de test
Outras observações
tsconfig.spec.json
teve de incluir a flag"strict": false
, em compilerOptions, uma vez que o erro abaixo estava ocorrendo nos testes demodules
tsconfig.json
possui a flag setada como"strict": true