fix(ct): vue jsx component.update type
This commit is contained in:
parent
d0c840f639
commit
90fe1e7ae1
2
packages/playwright-ct-vue/index.d.ts
vendored
2
packages/playwright-ct-vue/index.d.ts
vendored
|
|
@ -55,7 +55,7 @@ export interface MountResultJsx extends Locator {
|
||||||
export const test: TestType<{
|
export const test: TestType<{
|
||||||
mount<HooksConfig>(
|
mount<HooksConfig>(
|
||||||
component: JSX.Element,
|
component: JSX.Element,
|
||||||
options: MountOptionsJsx<HooksConfig>
|
options?: MountOptionsJsx<HooksConfig>
|
||||||
): Promise<MountResultJsx>;
|
): Promise<MountResultJsx>;
|
||||||
mount<HooksConfig, Component = unknown>(
|
mount<HooksConfig, Component = unknown>(
|
||||||
component: Component,
|
component: Component,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue