peidevs / Scooter

Angular Port of Scooter
Apache License 2.0
0 stars 1 forks source link

Test Coverage #1

Open swhalley opened 9 years ago

swhalley commented 9 years ago

Test coverage is crap. Fix it

swhalley commented 9 years ago

One of the things holding this back is dependancy injection in angular. How is this done? The controller and service classes have no tests because of this problem.

Looking online most of the documentation I found seemed outdated and the examples didn't help. HELP!!