tdd-playground icon indicating copy to clipboard operation
tdd-playground copied to clipboard

:carousel_horse: A JavaScript TDD Playground

TDD Playground

Como usar este boilerplate

  • Clone esse repositório: [email protected]:Roger-Melo/tdd-playground.git;
  • Delete o diretório .git;
  • Instale as dependências: yarn (ou npm i);
  • Execute os testes no Watch mode do Jest: yarn test:watch (ou npm run test:watch);
  • Escreva os testes \o/