ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

tests are mandatory requirement for this project #5

Closed ashish-chopra closed 7 years ago

ashish-chopra commented 8 years ago

test has not been setup so far for this project. The actual verification of the directive is done via suite of unit testing and regression testing only.

ashish-chopra commented 7 years ago

Test framework has been integrated with the project. Now one can use gulp test to run the test suite once and exit. or gulp tdd during actual test driven development in which karma watch for file changes and trigger the suite.

ashish-chopra commented 7 years ago

Test framework has been added and uni test suite has been written for the same.