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