import Enzyme from "enzyme";
// @ts-ignore
import Adapter from "enzyme-adapter-react-16";

Enzyme.configure({
  adapter: new Adapter()
});
