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