mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Fix prettier - mountInEnzyme
Was missed due to non-installation of husky in this machine
This commit is contained in:
@@ -1,12 +1,7 @@
|
|||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
import { mount } from "enzyme";
|
import { mount } from "enzyme";
|
||||||
import {
|
import { FiberNode, FiberNodeForComponentClass } from "../../src/mocked-types";
|
||||||
FiberNode,
|
import { isConstructorComponentClass } from "../../src/utils";
|
||||||
FiberNodeForComponentClass,
|
|
||||||
} from "../../src/mocked-types";
|
|
||||||
import {
|
|
||||||
isConstructorComponentClass
|
|
||||||
} from "../../src/utils";
|
|
||||||
import getWrappedComponent from "./getWrappedComponent";
|
import getWrappedComponent from "./getWrappedComponent";
|
||||||
|
|
||||||
export class RootNodeNotFoundError extends Error {
|
export class RootNodeNotFoundError extends Error {
|
||||||
|
|||||||
Reference in New Issue
Block a user