angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Testing hintUI #40

Open ealtenho opened 9 years ago

ealtenho commented 9 years ago

I'm not sure where to keep track of this type of issue. But we are in the process of refactoring the UI provided for AngularHint in the console. My refactor branch can be found at: https://github.com/ealtenho/angularjs-batarang/commits/e2e

We are refactoring the back end communication with the developer tools into a service and adding unit testing.

@btford is this moving in the direction you were thinking of? My tests are still a work in progress.

ealtenho commented 9 years ago

With my latest updates there are now tests for HintCtrl https://github.com/angular/angularjs-batarang/blob/hint/hint_test.js and HintService https://github.com/angular/angularjs-batarang/blob/hint/hintService_test.js