0
jaq316 created
I'm stuck trying to unit test my AngularJS controllers and I have no idea how to mock the AbpServiceProxies that are auto generated by Abp. Any pointers?
1 Answer(s)
-
0
I've no experience on AngularJs testing. But this js proxies are not special. See generated source code on chrome dev tools, you will understand that they are just basic $http calls.