tdd-playground
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
(ounpm i
); - Execute os testes no Watch mode do Jest:
yarn test:watch (ou npm run test:watch)
; - Escreva os testes \o/