Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Testing Library and Jest: The Complete Guide, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:18
    How to Get Help
  • Урок 2. 00:09:06
    Start Testing... Now!
  • Урок 3. 00:05:31
    A Few Critical Questions
  • Урок 4. 00:02:07
    Project Setup
  • Урок 5. 00:04:53
    Adding the Form
  • Урок 6. 00:03:04
    Handling User Input
  • Урок 7. 00:05:49
    Rendering the List of Users
  • Урок 8. 00:08:23
    Our First Test
  • Урок 9. 00:03:15
    Element Query System
  • Урок 10. 00:03:23
    Understanding ARIA Roles
  • Урок 11. 00:03:06
    Understanding Jest Matchers
  • Урок 12. 00:06:01
    Simulating User Events
  • Урок 13. 00:07:41
    Recording Function Calls
  • Урок 14. 00:05:20
    Introducing Mock Functions
  • Урок 15. 00:07:04
    Querying Elements by Labels
  • Урок 16. 00:05:32
    Testing the UserList
  • Урок 17. 00:08:13
    Getting Help with Query Functions
  • Урок 18. 00:06:59
    Query Function Escape Hatches
  • Урок 19. 00:06:08
    Another Query Function Fallback
  • Урок 20. 00:04:13
    Testing Table Contents
  • Урок 21. 00:03:14
    Avoiding BeforeEach
  • Урок 22. 00:06:41
    Testing the Whole App
  • Урок 23. 00:05:38
    A Touch of Test Driven Development
  • Урок 24. 00:03:12
    Feature Implementation
  • Урок 25. 00:02:30
    Introducing RTL Book
  • Урок 26. 00:03:18
    A Few Notes on RTL Book
  • Урок 27. 00:04:09
    Partial Role List
  • Урок 28. 00:05:33
    Finding Elements by Role
  • Урок 29. 00:04:38
    Finding by Accessible Names
  • Урок 30. 00:05:03
    Linking Inputs to Labels
  • Урок 31. 00:05:04
    Directly Assigning an Accessible Name
  • Урок 32. 00:05:25
    Deeper into Query Functions
  • Урок 33. 00:08:58
    GetBy, QueryBy, FindBy
  • Урок 34. 00:06:13
    More on Single Queries
  • Урок 35. 00:03:19
    Multiple Element Variations
  • Урок 36. 00:05:57
    When to use These Queries
  • Урок 37. 00:06:55
    When to use Async Queries
  • Урок 38. 00:08:03
    Query Criteria
  • Урок 39. 00:07:01
    When to Use Each Suffix
  • Урок 40. 00:04:54
    Diving into Matchers
  • Урок 41. 00:03:46
    Introducing Custom Matchers
  • Урок 42. 00:06:59
    Implementing a Custom Matcher
  • Урок 43. 00:05:34
    App Overview and Setup
  • Урок 44. 00:04:23
    The Tech in This Project
  • Урок 45. 00:05:00
    The Path Ahead
  • Урок 46. 00:08:49
    A Process for Debugging
  • Урок 47. 00:09:53
    Understanding Data Flowing Into the Component
  • Урок 48. 00:08:18
    Developing a Test and a Fix
  • Урок 49. 00:03:41
    Looping Over Assertions
  • Урок 50. 00:02:23
    Flexible Queries
  • Урок 51. 00:04:49
    Another Bug!
  • Урок 52. 00:07:22
    Analyzing the Data... Again!
  • Урок 53. 00:07:08
    Adding Router Context
  • Урок 54. 00:04:41
    Unexpected State Updates
  • Урок 55. 00:05:55
    Act Included with React Testing Library
  • Урок 56. 00:02:20
    Using Act (Hopefully Not!) with RTL
  • Урок 57. 00:09:58
    Solving the Act Warning
  • Урок 58. 00:05:07
    Module Mocks
  • Урок 59. 00:03:39
    Absolute Last Ditch Act Solution
  • Урок 60. 00:02:47
    Checking the Link Href
  • Урок 61. 00:05:22
    Implementing the Feature
  • Урок 62. 00:04:21
    Checking the Icon
  • Урок 63. 00:03:18
    Checking the Link
  • Урок 64. 00:05:46
    Easy Fix, Hard Test
  • Урок 65. 00:05:22
    Options for Testing Data Fetching
  • Урок 66. 00:02:51
    Using a Request Handler
  • Урок 67. 00:11:57
    Initial MSW Setup
  • Урок 68. 00:05:05
    Inspecting the Component State
  • Урок 69. 00:11:35
    Effective Request Testing
  • Урок 70. 00:03:51
    An Issue with Fake Handlers
  • Урок 71. 00:05:11
    Easier Fake Routes - Here's the Goal
  • Урок 72. 00:07:28
    Making a Reusable Create Server Function
  • Урок 73. 00:03:10
    Testing Authentication
  • Урок 74. 00:06:12
    Understanding the Auth API
  • Урок 75. 00:06:35
    Order of Execution
  • Урок 76. 00:04:43
    Scoping Test Hooks
  • Урок 77. 00:04:49
    Act Warnings... Again!
  • Урок 78. 00:04:14
    Assertions Around Auth Links
  • Урок 79. 00:03:47
    Wait... It Doesn't Work!?
  • Урок 80. 00:04:23
    Limiting Test Execution
  • Урок 81. 00:04:29
    Using Debuggers in Tests
  • Урок 82. 00:08:54
    Test Debugging in Action
  • Урок 83. 00:03:52
    One Last Debugging Hint
  • Урок 84. 00:04:29
    It Is a Caching Issue!
  • Урок 85. 00:03:17
    Solving the Caching Issue