adriantoine / enzyme-to-json

Snapshot test your Enzyme wrappers
MIT License
947 stars 64 forks source link

Fix script tags returning null on render #147

Closed adrienWeiss closed 5 years ago

adrienWeiss commented 5 years ago

Hello

Script tags were skipped on the enzyme render() method as their type is script and not tag.

Fixes #133

adrienWeiss commented 5 years ago

I'm not sure what's wrong with travis, I don't think that's related to my PR

VincentLanglet commented 5 years ago

@adrienWeiss Yeah it's not related

adrienWeiss commented 5 years ago

Thank you for mergin this PR @VincentLanglet Just to know how to prepare my project right now, do you plan on releasing a new version soon ? cheers

VincentLanglet commented 5 years ago

@adrienWeiss I can do it in the week if I don't forget

VincentLanglet commented 5 years ago

Sorry I forgot, It's done now