lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

tsconfig.json update #170

Closed brassier closed 7 years ago

brassier commented 7 years ago

Quick suggestion. The unit testing blog post should likely point readers at updating the tsconfig.json too. I had to add an exclude for "*/.spec.ts", otherwise my project was bombing when running a normal build.

This is a great walk-through for someone who doesn't know JS testing - thank you!

lathonez commented 7 years ago

Done, thanks!