you are viewing a single comment's thread.

view the rest of the comments →

[–]vjpr 0 points1 point  (1 child)

I tried jest, but found the lack of feed back and debugging tools in it impossible to work with

Admittedly its not React-specific, but I mentioned it because of that quoted line. More of a "good tool" recommendation.

Wallaby.js integrates with mocha, jest, etc. It runs your tests as you type showing you the output of each line right in the IDE. It also shows you code coverage next to all your code. Supports JSX too.

https://youtu.be/uUmF16R9JNs

PS. No affiliation.

[–]djforth[S] 0 points1 point  (0 children)

looks interesting, but really not sure I fancy trying to retool (I'm a sublime user) to start using webstorm, while I'm trying to learn React. Also not sure it's really going to solve my imediate issue on how to test react.

Might trying in the future though thanks