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
mainparafrontendexecutando o comandogit checkout frontend - Instale as dependências:
npm installoryarn - Execute os testes:
npm run testoryarn test
Fazer download do projeto TDD com TypeScript 4.2.2