import * as React from "react";
import { shallow } from "enzyme";
import { DataGridMui } from "../index";

it("should render", () => {
/*  shallow(
    <DataGridMui colDef={[]} onLoadData={() => new Promise(res => res())} />
  );*/
});
