@looker/components-test-utils
Advanced tools
Comparing version 0.9.23 to 0.9.24
@@ -6,4 +6,4 @@ import { RenderOptions } from '@testing-library/react'; | ||
export declare const createWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => import("react-test-renderer").ReactTestRenderer; | ||
export declare const mountWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => import("enzyme").ReactWrapper<any, Readonly<{}>, import("react").Component<{}, {}, any>>; | ||
export declare const shallowWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => import("enzyme").ShallowWrapper<any, Readonly<{}>, import("react").Component<{}, {}, any>>; | ||
export declare const mountWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => import("enzyme").ReactWrapper<any, Readonly<{}>, React.Component<{}, {}, any>>; | ||
export declare const shallowWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => import("enzyme").ShallowWrapper<any, Readonly<{}>, React.Component<{}, {}, any>>; | ||
export declare const renderWithTheme: (Component: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>, options?: Pick<RenderOptions<typeof import("@testing-library/dom/types/queries")>, "container" | "baseElement" | "hydrate" | "wrapper"> | undefined) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries")>; |
{ | ||
"name": "@looker/components-test-utils", | ||
"license": "MIT", | ||
"version": "0.9.23", | ||
"version": "0.9.24", | ||
"main": "lib/index.js", | ||
@@ -19,5 +19,5 @@ "types": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@looker/components-providers": "^0.9.23", | ||
"@looker/components-providers": "^0.9.24", | ||
"@testing-library/react": "^11.1.0", | ||
"@types/enzyme": "^3.10.7", | ||
"@types/enzyme": "^3.10.8", | ||
"@types/jest": "^26.0.14", | ||
@@ -37,3 +37,3 @@ "@types/react": "^16.9.53", | ||
}, | ||
"gitHead": "45ea1f26e2b6985a828071eabbd7c8ff4ff71b00" | ||
"gitHead": "651357e138a581b656992a8efdd2b8985ebfb071" | ||
} |
24916