it('should return a function', () => {
      const resultsFunc = getTrendingResults();

      expect(resultsFunc).to.be.a('function');
    });