项目作者: Roger-Melo

项目描述 :
:carousel_horse: A JavaScript TDD Playground
高级语言: JavaScript
项目地址: git://github.com/Roger-Melo/tdd-playground.git
创建时间: 2019-09-22T18:23:44Z
项目社区:https://github.com/Roger-Melo/tdd-playground

开源协议:

下载


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/