Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Karma coverage Integration #201

Closed alansouzati closed 10 years ago

alansouzati commented 10 years ago

package.json: adding karma-coverage dependency .gitignore: ignoring coverage folder karma.conf.js: adding coverage configuration, now tests are looking at components rather than dist/famous-angular.js

In order to execute make sure to run npm install again.

zackbrown commented 10 years ago

Thanks @alansouzati! This will be very useful to have some metrics to keep track of our unit test coverage. Looks like we have some work to do on our directives.

alansouzati commented 10 years ago

thanks Zack, looking forward for the next contribution!