How is your integration/unit testing working out with Reason React? Are you guys using bs-enzyme or just straight enzyme? If you’re using it straight up, how are you making that work?
I’ve been using bs-jest for unit testing certain things, but I feel like I really need to get the integration tests off the ground, same with component testing.
Edit:
Personally, I’ve been running in to trouble with functions, or parent components that use functions, that interact with the Dom (Enzyme). Things that interact with unicode strings are also pretty difficult.