Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 239 Bytes

Authorization JWT Token - Node, Jest and TDD

Exercitando TDD em aplicação backend de Autenticação com JWT Token. NodeJS e Jest.

Para iniciar

yarn add nodemon -D
yarn add jest -D

Para rodar os testes

yarn test