React Course - Testing - React Testing Library - Context API

preview_player
Показать описание
Learn how to test the Context API with React Testing Library.

🔗 Connect 🔗
Рекомендации по теме
Комментарии
Автор

But if i want to test an state with a different initialValue, is it possible to set a value before running the test into context?

robertodopazo
Автор

As you said, we do such things to test how our component interacts with context. So it would be interesting to pass some testing value over context into the tested component. Is it possible?

ivan