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