js-jslog / generator-webpack

A Yeoman Generator to create a simple webpack project
0 stars 0 forks source link

Add tdd option #2

Open js-jslog opened 4 years ago

js-jslog commented 4 years ago

The two commits above introduce jest functionality which works alongside typescript using babel.

This generator needs to be able to include testing by default. It's probably not necessary to remove the typescript configuration in the absence of typescript (if it's an option and is turned down), but it would of course be nicer.