我如何测试基于 jQuery-UI 的 React 组件?

How can i test react components based on jQuery-UI?

我需要在基于 jQuery-UI 滑块的反应中测试滑块组件的功能。

我尝试使用 Jest 和 unMock jQuery 但我从 jQuery 收到 outerWidth 未定义错误。

到目前为止谷歌搜索还没有运气 :)

找到这个,看起来像是解决方案 http://yahooeng.tumblr.com/post/102274727496/to-testutil-or-not-to-testutil