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