https://github.com/gahbr/node-jest-estudos
Estudo de testes unitários com o Jest
https://github.com/gahbr/node-jest-estudos
Last synced: 3 months ago
JSON representation
Estudo de testes unitários com o Jest
- Host: GitHub
- URL: https://github.com/gahbr/node-jest-estudos
- Owner: Gahbr
- Created: 2022-06-23T15:51:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T16:18:28.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T14:51:56.847Z (5 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introdução ao Node e Jest
#### Projeto desenvolvido com conceitos básicos de Node, Typescript e Jest através do curso da Digital innovation one - Fundamentos de Node.js e Jest e ministrado por [Nathally Souza](https://github.com/nathyts) .
### Tecnologias
- Node
- Typescript
- Jest### Como rodar o projeto
1 - Clone o repositório
2 - Instale as dependeências
npm install
yarn install3 - Execute o projeto
yarn dev