fix(build): fix build error
This commit is contained in:
parent
212030d5c2
commit
41aded6f27
5
packages/playwright/types/test.d.ts
vendored
5
packages/playwright/types/test.d.ts
vendored
|
|
@ -8176,11 +8176,6 @@ export interface TestInfo {
|
||||||
* Optional description.
|
* Optional description.
|
||||||
*/
|
*/
|
||||||
description?: string;
|
description?: string;
|
||||||
|
|
||||||
/**
|
|
||||||
* Optional url.
|
|
||||||
*/
|
|
||||||
url?: string;
|
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
5
packages/playwright/types/testReporter.d.ts
vendored
5
packages/playwright/types/testReporter.d.ts
vendored
|
|
@ -481,11 +481,6 @@ export interface TestCase {
|
||||||
* Optional description.
|
* Optional description.
|
||||||
*/
|
*/
|
||||||
description?: string;
|
description?: string;
|
||||||
|
|
||||||
/**
|
|
||||||
* Optional url.
|
|
||||||
*/
|
|
||||||
url?: string;
|
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue