enzymejs/enzyme

Spike: Evaluate options for testing library injected DOM

Open

#535 创建于 2016年8月11日

在 GitHub 查看
 (5 评论) (5 反应) (0 负责人)JavaScript (19,979 star) (2,016 fork)batch import
discussionhelp wanted

描述

Working with external, non-react, libraries is a pain in the react ecosystem; testing is no exception. We should see if there is anything we can do, to normalize the DOM that gets injected by third party libraries.

React's TestUtils do not currently support this, so it'd be a huge win if enzyme could.

Highcharts is a decent test library.

贡献者指南