Update all imnport usages of mountInEnzyme

This commit is contained in:
2019-08-02 19:53:10 +05:30
parent a7328abe53
commit 1643065536
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { FiberNodeForComponentClass } from "../src/mocked-types";
// Import stuff from src
import { findNodeByComponentName } from "../src";
import { mountAndGetRootNode } from "./utils/mount-in-enzyme";
import { mountAndGetRootNode } from "./utils/mountInEnzyme";
import getWrappedComponent from "./utils/getWrappedComponent";
// Import test helpers and sample components