Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 312 Bytes

Jokenpo com TDD

Instalar

Instalar Node.js 18.

Recomendo instalar com nvm

Entrar nessa pasta pelo terminal e executar:

npm install

Rodar Testes

npm test

Rodar Testes com Watch

npm run test:watch