Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing React apps with React Testing Library (RTL), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:09:24
    Introduction to TDD
  2. Урок 2. 00:04:02
    Introduction to RTL
  3. Урок 3. 00:08:50
    Create React App behind the scenes
  4. Урок 4. 00:04:47
    Understanding Jest
  5. Урок 5. 00:11:23
    Writing our first test
  6. Урок 6. 00:12:55
    Rendering a component with RTL
  7. Урок 7. 00:07:02
    Selecting elements with getByText
  8. Урок 8. 00:07:54
    Selecting elements with getByRole
  9. Урок 9. 00:06:24
    queryBy search variant
  10. Урок 10. 00:07:01
    findBy search variant (Part 1)
  11. Урок 11. 00:10:12
    findBy search variant (Part 2)
  12. Урок 12. 00:06:43
    findBy search variant (Part 3)
  13. Урок 13. 00:06:16
    Querying multiple elements
  14. Урок 14. 00:07:32
    User interaction with the fireEvent function
  15. Урок 15. 00:02:53
    User interaction with the user event API
  16. Урок 16. 00:08:14
    Testing a component in isolation with the user event API
  17. Урок 17. 00:07:13
    Coverage
  18. Урок 18. 00:04:29
    Debugging
  19. Урок 19. 00:10:43
    Creating a Pokemon component
  20. Урок 20. 00:10:46
    Testing the Pokemon component
  21. Урок 21. 00:01:42
    Jest DOM library from RTL