https://github.com/padupe/desafio_chapteriv_nodejs
Desafio proposto durante o Capítulo IV do Ignite, trilha Node.js.
https://github.com/padupe/desafio_chapteriv_nodejs
Last synced: about 1 year ago
JSON representation
Desafio proposto durante o Capítulo IV do Ignite, trilha Node.js.
- Host: GitHub
- URL: https://github.com/padupe/desafio_chapteriv_nodejs
- Owner: padupe
- Created: 2021-10-15T21:55:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T12:12:01.000Z (over 4 years ago)
- Last Synced: 2025-02-06T13:34:38.269Z (over 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desafio - Testes Unitários ✅
Chapter IV | Trilha Node.js Ignite
📖[Descrição do Desafio](https://www.notion.so/Desafio-01-Testes-unit-rios-0321db2af07e4b48a85a1e4e360fcd11 "Descrição do Desafio")
---
## 💻 Como utilizar a Aplicação?
```
# Clone este repositório
$ git clone https://github.com/padupe/desafio_chapterIV_nodejs
# Instale as dependências
$ yarn install
# Rode os testes
$ yarn test
```
---