import React from "react";
import { shallow } from "enzyme";
import Table from "../build/index";
it("bee-table test", () => {
expect(3).toBe(3);
});