Fix prettier - mountInEnzyme

Was missed due to non-installation of husky in this machine
This commit is contained in:
2019-08-09 23:00:08 +05:30
parent c3ca45928a
commit 8f29fd8eea
+2 -7
View File
@@ -1,12 +1,7 @@
import * as React from "react";
import { mount } from "enzyme";
import {
FiberNode,
FiberNodeForComponentClass,
} from "../../src/mocked-types";
import {
isConstructorComponentClass
} from "../../src/utils";
import { FiberNode, FiberNodeForComponentClass } from "../../src/mocked-types";
import { isConstructorComponentClass } from "../../src/utils";
import getWrappedComponent from "./getWrappedComponent";
export class RootNodeNotFoundError extends Error {