👋 Hello, in this project I implemented unit tests for some functions that were already ready. I also implemented functions for tests that were already ready and, in the last requisite, I create the tests and then the function, following TDD (Test Driven Development) method.
📍 Here I use JavaScript and Jest for pratice the skills:
- Write unit tests for functions using NodeJS's Jest module to verify the correct functioning of these functions;
- From tests already implemented, write functions to meet the proposed tests;
- Write tests and functions using a test-driven development approach.
📖 The project requirements were:
- Implement the average function ✔️
- Implement the test cases for the numbers function ✔️
- Implement the vqv function ✔️
- Implement the test cases for the circle function ✔️
- Implement the createStudent function ✔️
- Implement the test cases for the producDetails function ✔️
- Implement the calculator e arrayGenerator functions ✔️
- Implement the myCounter function ✔️
- Implement the test cases for the getCharacter function ✔️
- Implement the createMenu function and your test cases ✔️
🙏🏽 Thanks for viewing this repository!