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