DamianEdwards / grunt-tsng

A TypeScript pre-processor for AngularJS
Apache License 2.0
29 stars 3 forks source link

Testing with Jasmine #10

Open Petteroe opened 9 years ago

Petteroe commented 9 years ago

Hi

Tsng is a nice tool. But I find that it may hinder me more than it is benefitting me. Maybe this is due to my noob status in the grunt/typescript world. The samples for typescript shows how you can easily debug javascript by setting breakpoints in my ts file. I haven't found a way to do this after running tsng. But more importantly, I haven't found a good way to create and run Jasmine tests for my angular components. Do you have any tips on how to do this?

Morten