/testing-session

Unit Testing Session

Primary LanguageTypeScriptMIT LicenseMIT

TestingSession

Branches

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