react-testing-examples icon indicating copy to clipboard operation
react-testing-examples copied to clipboard

Add Higher Order component test example

Open nilesh-jadhav opened this issue 7 years ago • 1 comments

Thanks for the great examples, those are very helpful. Can you please add an example for HOC.

nilesh-jadhav avatar May 08 '18 12:05 nilesh-jadhav

Hi @nilesh-jadhav,

Sorry for neglecting this issue. In the meantime I revamped react-testing-examples.

Could you give an example of what you mean? Note that in the current tests a bunch of HOCs are tested implicitly (eg. Redux's connect or React Router's withRouter).

If you meant testing a custom HOC separately, it might not be the right fit for this project in my opinion. The current examples are testing components from the user's perspective (see philosophy of react-testing-library), so I'd consider a HOC an implementation detail in most cases.

ovidiuch avatar Oct 23 '18 21:10 ovidiuch