- Initialization branch project setup
git checkout initialization
- Utils math. Add functionality. How should be tested?
- Utils math tests. Add first tests
git checkout utils_math_tests
- Utils numbers transform. Review a simple function to transform string to numbers
git checkout utils_numbers_transform
- Utils numbers transform tests. Review the NaN case.
git checkout utils_numbers_transform_tests
- Utils numbers validation
git checkout utils_numbers_validation
- Utils numbers validation tests
git checkout utils_numbers_validation_tests
- Utils input parser
git checkout utils_input_parser
- Utils input parser test and refactor. Refactor of the form.submitter.service.js to be more testable with Unit tests
git checkout utils_input_parser_tests_and_refactor
- Testing hooks
git checkout testing_hooks
- Testing hooks refactor
git checkout testing_hooks_refactor
- Integration tests Numbers
git checkout integration_tests_numbers
- Integration tests numbers tests
git checkout integration_tests_numbers_tests
- Integration tests Numbers with test for errors
git checkout integration_tests_numbers_tests_errors
- Async callbacks and promises
git checkout asincrono_callbacks_promesas
- Async callbacks and promises with tests
git checkout asincrono_callbacks_promesas_tests
- Mocking files
git checkout mocking_files
- Mocking files tests (injected Logger function Spy with Jest)
git checkout mocking_files_tests
- Mocking files tests 2 (fs automock and mockImplementation with Jest)
git checkout mocking_files_tests_2
- Mocking files tests 3 (fs and path mock with Jest)
git checkout mocking_files_tests_3
- Mocking files tests 4 (vitest example and fetch mock)
git checkout mocking_files_tests_4