()
| 1327 | // Note that this mocks out client-side Facebook action rather than |
| 1328 | // server-side. |
| 1329 | const getMockFacebookProvider = function () { |
| 1330 | return getMockFacebookProviderWithIdToken('8675309', 'jenny'); |
| 1331 | }; |
| 1332 | |
| 1333 | const getMockMyOauthProvider = function () { |
| 1334 | return { |
no test coverage detected