Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.