mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Update all imnport usages of mountInEnzyme
This commit is contained in:
@@ -9,7 +9,7 @@ import * as React from "react";
|
||||
import { traverseGenerator } from "../src";
|
||||
|
||||
// Import test helpers and sample components
|
||||
import { mountAndGetRootNode } from "./utils/mount-in-enzyme";
|
||||
import { mountAndGetRootNode } from "./utils/mountInEnzyme";
|
||||
// import getWrappedComponent from './utils/getWrappedComponent';
|
||||
import CDepth1 from "./sample-components/depth-1-simple";
|
||||
import { FiberNodeForFunctionComponent } from "../src/mocked-types";
|
||||
|
||||
Reference in New Issue
Block a user