it("renders", () => {
  expect(
    render(<ViewGraph viewGraph={() => {}} />).container.firstChild,
  ).toMatchSnapshot();
});