Skip to content

ahsouza/ts-tdd-jest

GitHub Readme Stats

TDD with TypeScript

TDD: Test Driven Development

GitHub issues GitHub pull requests GitHub Release Date GitHub repo size




Estrutura de Arquivos & Pastas

branch: main

├📂 assets
└📂 src
  ├📂 domain
  ├📂 presentation
├📄 .eslintignore
├📄 .eslintrc.json
├📄 .gitignore
├📄 .huskyrc.json
├📄 .lintstagedrc.json
├📄 jest.config.js
├📄 LICENSE
├📄 package.json
├📄 README.md
├📄 tsconfig.json


Repository

  • Clone o repositório https://github.com/ahsouza/ts-tdd-jest.git
  • Altere a branch do projeto de main para frontend executando o comando git checkout frontend
  • Instale as dependências: npm install or yarn
  • Execute os testes: npm run test or yarn test

Fazer download do projeto TDD com TypeScript 4.2.2