cmelion / generator-ng2-webpack

An opinionated tool for scaffolding an app using angular2 and webpack
MIT License
109 stars 18 forks source link

https://github.com/cmelion/generator-ng2-webpack/issues/36 #43

Closed mattxo closed 8 years ago

mattxo commented 8 years ago

I've been using the Assert class very happily in my projects to clean up .spec's.

I've also added /* istanbul ignore next /* to asset/index.ts to keep the coverage optimal.

cmelion commented 8 years ago

@mattxo: This looks great! Pulled and npm linked it locally. App generation works and generated tests are using the new test abstraction.

Can you update the test templates for the sub-generators?

cmelion commented 8 years ago

Merging as is and will address sub-generators in another PR.

mattxo commented 8 years ago

Thanks @cmelion!

Sure, https://github.com/cmelion/generator-ng2-webpack/pull/44 :)