Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Testing React and Redux Applications - Unit and Integration, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:20
    Introduction
  2. Урок 2. 00:02:58
    Setting up our developer environment
  3. Урок 3. 00:02:34
    Sample application source code
  4. Урок 4. 00:04:50
    Application walk through: UI
  5. Урок 5. 00:05:05
    Application walk through: Code
  6. Урок 6. 00:04:35
    Creating our first test file
  7. Урок 7. 00:08:33
    Installing Enzyme testing utility
  8. Урок 8. 00:15:41
    First unit test for React component
  9. Урок 9. 00:11:32
    Unit test for React components: Part 2
  10. Урок 10. 00:08:14
    Unit test for React components: Part 3
  11. Урок 11. 00:09:09
    Setup and Tear down
  12. Урок 12. 00:13:02
    Unit tests for Styling and Business logic
  13. Урок 13. 00:11:52
    Unit tests for action creators
  14. Урок 14. 00:02:32
    Quick Recap
  15. Урок 15. 00:18:32
    Reducer unit tests
  16. Урок 16. 00:01:13
    Introduction to Integration tests
  17. Урок 17. 00:16:18
    Integration tests for Redux Store
  18. Урок 18. 00:08:04
    Integration tests for Redux Store: Part 2
  19. Урок 19. 00:06:56
    Installig React testing library and jsdom
  20. Урок 20. 00:17:49
    Full DOM Integration Tests
  21. Урок 21. 00:04:37
    Next steps and recommendations