enzymejs/enzyme

Spike: Evaluate options for testing library injected DOM

Open

#535 geöffnet am 11. Aug. 2016

Auf GitHub ansehen
 (5 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)JavaScript (19.979 Stars) (2.016 Forks)batch import
discussionhelp wanted

Beschreibung

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.

Contributor Guide