react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 44 forks source link

Don't rely Karma autoWatch being true in config #7

Closed mjul closed 8 years ago

mjul commented 8 years ago

This makes sure that npm run test:watch works even if people change the autoWatch flag to false in the karma.conf.js.

weblogixx commented 8 years ago

Looks good, even if I dont think this is common. Merged and will go to into next release.