it("rejects empty data sets", function () {
    const func = () => {
      util.validateStatsData({ data: {} });
    };
    expect(func).toThrow();