/tdd-playground

:carousel_horse: A JavaScript TDD Playground

Primary LanguageJavaScript

TDD Playground

Como usar este boilerplate

  • Clone esse repositório: git@github.com: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/