Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The complete guide to testing javascript & node applications, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:01
    What is a test ?
  • Урок 2. 00:03:08
    What is an assertion ?
  • Урок 3. 00:04:04
    What are test runners ?
  • Урок 4. 00:03:36
    Testing parse and stringify functions
  • Урок 5. 00:09:19
    Testing async functions
  • Урок 6. 00:03:05
    Testing rejected promises
  • Урок 7. 00:05:04
    Code coverage
  • Урок 8. 00:04:02
    Migrating to jest
  • Урок 9. 00:03:16
    Project setup
  • Урок 10. 00:06:12
    Testing pre-save hooks for mongoose models
  • Урок 11. 00:03:50
    Mocking packages with jest
  • Урок 12. 00:03:49
    Setup and teardown
  • Урок 13. 00:05:00
    Testing instance methods
  • Урок 14. 00:05:34
    Mock functions with jest
  • Урок 15. 00:06:03
    Mock and spies
  • Урок 16. 00:06:42
    Testing the authentication middleware
  • Урок 17. 00:05:22
    Refactoring to test utils
  • Урок 18. 00:08:57
    Testing the registration process
  • Урок 19. 00:04:04
    Testing failed validations
  • Урок 20. 00:07:33
    Testing the email confirmation processes
  • Урок 21. 00:02:51
    Setting up cypress
  • Урок 22. 00:06:35
    Testing the home page
  • Урок 23. 00:08:27
    Testing the login process