wardbell / bardjs

Spec helpers for testing angular v.1.x apps with Mocha, Jasmine and QUnit
MIT License
178 stars 34 forks source link

add components (angular 1.5 ) option to bardjs #37

Open winnemucca opened 8 years ago

winnemucca commented 8 years ago

Like many others I am starting to work on and test angular 1.5. The component option is very nice, but right now the only way to test it is with angular mocks. Please add this option when you have a chance.

JuHwon commented 8 years ago

+1

JeremyCarlsten commented 8 years ago

+1

jonyeezs commented 7 years ago

Wouldn't you inject mock as normal and add the services and bindings into the $componentController?