Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coelhoreinaldo/js-unit-tests
Project in which I was responsible for developing specific functions and tests.
https://github.com/coelhoreinaldo/js-unit-tests
jest tdd unit-testing
Last synced: 27 days ago
JSON representation
Project in which I was responsible for developing specific functions and tests.
- Host: GitHub
- URL: https://github.com/coelhoreinaldo/js-unit-tests
- Owner: coelhoreinaldo
- Created: 2023-01-24T13:53:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T16:22:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T01:26:53.379Z (3 months ago)
- Topics: jest, tdd, unit-testing
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👨🏻‍🔬 JavaScript Unit Tests
Desenvolvi funções de acordo com o que os testes propunham e também implementei testes visando assegurar outras funções.
- Manipulei objetos utilizando Object.entries, Object.keys e Object.values;
- Utilizei diversos matchers do framework Jest;
- TDD - Teste Driven Development (Desenvolvimento guiado por testes).## ⚛️ Ferramentas
Projeto construĂdo utilizando Javascript e Jest.
## 🎯 Objetivos do projeto
Praticar meus estudos de manipulação de objetos e Jest.