1. Урок 1. 00:03:01
    What is a test ?
  2. Урок 2. 00:03:08
    What is an assertion ?
  3. Урок 3. 00:04:04
    What are test runners ?
  4. Урок 4. 00:03:36
    Testing parse and stringify functions
  5. Урок 5. 00:09:19
    Testing async functions
  6. Урок 6. 00:03:05
    Testing rejected promises
  7. Урок 7. 00:05:04
    Code coverage
  8. Урок 8. 00:04:02
    Migrating to jest
  9. Урок 9. 00:03:16
    Project setup
  10. Урок 10. 00:06:12
    Testing pre-save hooks for mongoose models
  11. Урок 11. 00:03:50
    Mocking packages with jest
  12. Урок 12. 00:03:49
    Setup and teardown
  13. Урок 13. 00:05:00
    Testing instance methods
  14. Урок 14. 00:05:34
    Mock functions with jest
  15. Урок 15. 00:06:03
    Mock and spies
  16. Урок 16. 00:06:42
    Testing the authentication middleware
  17. Урок 17. 00:05:22
    Refactoring to test utils
  18. Урок 18. 00:08:57
    Testing the registration process
  19. Урок 19. 00:04:04
    Testing failed validations
  20. Урок 20. 00:07:33
    Testing the email confirmation processes
  21. Урок 21. 00:02:51
    Setting up cypress
  22. Урок 22. 00:06:35
    Testing the home page
  23. Урок 23. 00:08:27
    Testing the login process