react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

enzyme usage #274

Closed ZigaVukcevicDev closed 8 years ago

ZigaVukcevicDev commented 8 years ago

Hi,

is there any simple way to use enzyme within your generator?

sthzg commented 8 years ago

Hi @be-codified, for integration into the current stable release @weblogixx summed it up here https://github.com/react-webpack-generators/generator-react-webpack/issues/256#issuecomment-233230142

It's also worth mentioning that the upcoming V4 release (can be installed with npm install generator-react-webpack@beta) comes with enzyme integrated automatically.

ZigaVukcevicDev commented 8 years ago

Great, thank you.