Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Typing the Test Suite, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:35
    Introduction
  2. Урок 2. 00:01:32
    Installation
  3. Урок 3. 00:01:51
    Your First Test
  4. Урок 4. 00:01:47
    Adding an Assertion
  5. Урок 5. 00:01:38
    Describing and Grouping Tests
  6. Урок 6. 00:00:57
    Feedback Loop with Watch Mode
  7. Урок 7. 00:03:03
    It.each for Concise Tests
  8. Урок 8. 00:02:02
    Project Introduction
  9. Урок 9. 00:01:22
    The First Test
  10. Урок 10. 00:01:48
    Handling Whitespace
  11. Урок 11. 00:02:03
    Throwing an Error
  12. Урок 12. 00:01:57
    Testing the Error
  13. Урок 13. 00:02:58
    Validating the Test Suite with a Functional Refactor
  14. Урок 14. 00:02:46
    Completing the Functional Refactor
  15. Урок 15. 00:02:03
    toBe
  16. Урок 16. 00:01:31
    toEqual, not
  17. Урок 17. 00:01:17
    toHaveProperty
  18. Урок 18. 00:02:29
    Resolves Matcher for Promises
  19. Урок 19. 00:01:18
    Rejects Matcher for Errors
  20. Урок 20. 00:02:53
    toHaveBeenCalled and Mock Functions
  21. Урок 21. 00:02:02
    Waiting with the Done Callback
  22. Урок 22. 00:01:34
    TypeScript and Jest with ts-jest
  23. Урок 23. 00:01:52
    Express Setup
  24. Урок 24. 00:02:47
    The Jest Lifecylce: Before and After Hooks
  25. Урок 25. 00:01:47
    Better Types
  26. Урок 26. 00:01:46
    Adding JWT and a Refactor
  27. Урок 27. 00:03:04
    Authorization Header
  28. Урок 28. 00:02:55
    Testing for Success
  29. Урок 29. 00:02:31
    Testing for Failure
  30. Урок 30. 00:01:22
    Alternative Failed Assertion Syntax
  31. Урок 31. 00:01:45
    Summary
  32. Урок 32. 00:01:02
    Create React App and TypeScript
  33. Урок 33. 00:02:17
    Rendering with Testing Library
  34. Урок 34. 00:02:06
    Testing Library Assertions - getByText
  35. Урок 35. 00:04:13
    useState and Asynchronous Assertions
  36. Урок 36. 00:02:57
    Fetching Data with useEffect
  37. Урок 37. 00:04:33
    More Async Queries with findAll
  38. Урок 38. 00:02:41
    Mocking Axios with Jest Mocks
  39. Урок 39. 00:03:07
    Toggling Todos
  40. Урок 40. 00:01:39
    Section Overview
  41. Урок 41. 00:02:15
    Custom Matcher API
  42. Урок 42. 00:02:10
    Implementing the Matcher
  43. Урок 43. 00:02:29
    Typing the Matcher
  44. Урок 44. 00:01:58
    Setting up for Module Mocking
  45. Урок 45. 00:02:13
    Inline Mocks Review
  46. Урок 46. 00:01:56
    The Problem with Inline Mocks
  47. Урок 47. 00:01:56
    Manual Mocks
  48. Урок 48. 00:02:21
    Default Module Data
  49. Урок 49. 00:01:54
    Typing the Mock Module
  50. Урок 50. 00:02:38
    Improving the Spec Types
  51. Урок 51. 00:01:48
    Jest Spies
  52. Урок 52. 00:01:58
    What Next? More Learning Resources