enzymejs/enzyme
Ver no GitHubSpike: Evaluate options for testing library injected DOM
Open
#535 aberto em 11 de ago. de 2016
discussionhelp wanted
Métricas do repositório
- Stars
- (19.979 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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.