Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React - testing, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:27
    Testing tools
  • Урок 2. 00:07:52
    Setting up environment
  • Урок 3. 00:07:17
    Test runner
  • Урок 4. 00:11:54
    Keywords
  • Урок 5. 00:08:04
    Testing variables and functions
  • Урок 6. 00:08:09
    Before and after tests
  • Урок 7. 00:05:38
    Skip, only and timeout
  • Урок 8. 00:06:35
    Loops in tests
  • Урок 9. 00:07:35
    Matchers
  • Урок 10. 00:07:21
    Truthy and Falsy
  • Урок 11. 00:05:04
    Testing errors
  • Урок 12. 00:08:01
    Introduction to react testing library
  • Урок 13. 00:06:21
    Component test
  • Урок 14. 00:06:36
    First test with render
  • Урок 15. 00:06:56
    Information available on the element
  • Урок 16. 00:09:40
    Methods to select elements
  • Урок 17. 00:05:47
    Fire event
  • Урок 18. 00:10:50
    Changing state
  • Урок 19. 00:09:07
    Installing the app
  • Урок 20. 00:06:12
    Preparing tests for component
  • Урок 21. 00:12:17
    Snapshot
  • Урок 22. 00:06:35
    Should display text
  • Урок 23. 00:10:20
    Checking ratings
  • Урок 24. 00:09:44
    Testing mouse events
  • Урок 25. 00:09:27
    Mocking
  • Урок 26. 00:11:10
    Testing form elements
  • Урок 27. 00:06:57
    Input values
  • Урок 28. 00:11:51
    SpyOn and wait
  • Урок 29. 00:07:18
    Mock fetch
  • Урок 30. 00:10:34
    Mock function arguments
  • Урок 31. 00:09:08
    Testing parent component
  • Урок 32. 00:08:13
    Act function
  • Урок 33. 00:05:38
    Testing errors
  • Урок 34. 00:11:51
    Testing list and button
  • Урок 35. 00:09:04
    Clicking on elements
  • Урок 36. 00:04:33
    Next steps