TDD: Test Driven Development
branch: main
├📂 assets
└📂 src
├📂 domain
├📂 presentation
├📄 .eslintignore
├📄 .eslintrc.json
├📄 .gitignore
├📄 .huskyrc.json
├📄 .lintstagedrc.json
├📄 jest.config.js
├📄 LICENSE
├📄 package.json
├📄 README.md
├📄 tsconfig.json
- Clone o repositório
https://github.com/ahsouza/ts-tdd-jest.git
- Altere a branch do projeto de
main
parafrontend
executando o comandogit checkout frontend
- Instale as dependências:
npm install
oryarn
- Execute os testes:
npm run test
oryarn test
Fazer download do projeto TDD com TypeScript 4.2.2