1. Урок 1. 00:01:13
    Course Overview: Testing React Components with Enzyme and Jest
  2. Урок 2. 00:01:15
    Install Enzyme and Configure Jest
  3. Урок 3. 00:01:46
    Test Against Different React Releases with Enzyme
  4. Урок 4. 00:02:13
    Shallow Render a React Component with Enzyme
  5. Урок 5. 00:02:34
    Find Nodes from a Shallow Rendered Component
  6. Урок 6. 00:01:53
    Understand the Different Accepted Selectors in Enzyme
  7. Урок 7. 00:02:39
    Test Enzyme Rendered Components with Jest Snapshots
  8. Урок 8. 00:03:51
    Test React Component Props with Enzyme and Jest
  9. Урок 9. 00:01:59
    Fully Render React Components with Enzyme
  10. Урок 10. 00:01:17
    Test Simulated Event Handlers with Enzyme
  11. Урок 11. 00:03:40
    Test New Component State with setState in Enzyme
  12. Урок 12. 00:03:29
    Test React Component Lifecycle Methods with Enzyme
  13. Урок 13. 00:01:57
    Test React Component Methods with Enzyme
  14. Урок 14. 00:04:57
    Test Redux Connect Components with Enzyme
  15. Урок 15. 00:07:30
    Testing React Forms with Enzyme