Skip to content

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

Notifications You must be signed in to change notification settings

lcnunes09/tdd-auth-jwt-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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