Created
July 8, 2016 13:31
-
-
Save 1dolinski/2e2fbf80d8e97437f49643a5d75153dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spyOn(firebase.database().ref(), 'set').and.callFake(function(fakeSetObj, fakeOnComplete) { | |
| return fakeOnComplete("error"); | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment