diff --git a/src/withESI.test.tsx b/src/withESI.test.tsx index 875fcbc..d51041e 100644 --- a/src/withESI.test.tsx +++ b/src/withESI.test.tsx @@ -5,6 +5,11 @@ import withESI from "./withESI"; const Dummy = (props: { name?: string }) =>
( fragmentID: string ) { return class WithESI extends React.Component
{ + public static WrappedComponent = WrappedComponent; public static displayName = `WithESI(${WrappedComponent.displayName || WrappedComponent.name || "Component"})`;