mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +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 { 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 {
|
||||
|
||||
Reference in New Issue
Block a user