rodrigobranas / cccat7_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Este conteúdo é parte do curso Clean Code e Clean Architecture da Branas.io

Para mais informações acesse:

https://app.branas.io/clean-code-e-clean-architecture

Executar:

yarn install npx jest com as opções --watchAll ou --coverage

Configurar o projeto do zero:

yarn init -y yarn add typescript jest @types/jest ts-node ts-jest npx tsc --init npx ts-jest config:init criar pastas src e test npx jest npx jest --watchAll npx jest --coverage

About


Languages

Language:TypeScript 97.1%Language:JavaScript 2.9%