import { shallow } from "enzyme";
import React from "react";
import { DateFacetHeuristicChart } from "../../../../search/facets/components/DateFacetHeuristicChart";
describe("A ", () => {
it("Renders correctly", () => {
const component = shallow(
);
expect(component).toMatchSnapshot();
});
});