diff --git a/typings/index.d.ts b/typings/index.d.ts index 898e504da..35399bb3b 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -303,6 +303,7 @@ export interface RenderAPI extends Queries { unmount(nextElement?: React.ReactElement): void; toJSON(): ReactTestRendererJSON | null; debug(message?: string): void; + container: ReactTestInstance; } export type FireEventFunction = (