Adding Test Coverage to a React Web App

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Let's work on adding unit test coverage to the React web client for Riverbed, my personal info management app! We'll talk about why I didn't write thorough unit test at the start and why I'm adding them now. We'll look at what to focus on testing in React components and how to think about whether you've thoroughly covered them. And hopefully we'll find some opportunities to refactor our newly-covered code to clean it up!

Комментарии • 2

  • @NomadicDmitry
    @NomadicDmitry 9 месяцев назад +1

    Great video and lots of info. Thanks!