describe('Google OAuth Callback', () => {
  describe('profile handling', () => {
    it('can create a google account for a user', () => {
      let userId = null;
      const onComplete = (err, user) => {