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