jest-community / jest-snapshots-svg

Take a React component tree, and render it into an SVG.
MIT License
220 stars 23 forks source link

Doesn't render images #18

Open orta opened 7 years ago

orta commented 7 years ago

Right now we don't get anything useful from the react-test-renderer about the potential require("image")

I think I'll need to add support for those in the test renderer before we can work with that info.