FirebaseExtended / angularfire

AngularJS bindings for Firebase
MIT License
2.73k stars 631 forks source link

FirebaseAuth: Add unit test case for _initAuthResolver #951

Closed PezCoder closed 6 years ago

PezCoder commented 7 years ago

What ? I've been exploring the codebase & realised that some of the functions in FirebaseAuth.js doesn't have unit test cases especially the one's that are not exposed to user.

Was that intentional ? I would love to work on it if not, taking one by one. I've added some for _initAuthResolver function in https://github.com/firebase/angularfire/pull/950