()
| 500 | return 'facebook'; |
| 501 | }, |
| 502 | deauthenticate() {}, |
| 503 | }; |
| 504 | Parse.User._registerAuthenticationProvider(provider); |
| 505 | const res = await Parse.User._logInWith('facebook').catch(e => e); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…