it('relatedQueries', () => {
      expect(google.relatedQueries).to.exist;
      expect(google.relatedQueries).to.be.a('function');
    });