fix test.d.ts

This commit is contained in:
Mathias Leppich 2024-06-24 15:10:27 +02:00
parent 843d62917f
commit 2536da7716

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
import type { APIRequestContext, APIResponse, Browser, BrowserContext, BrowserContextOptions, Geolocation, HTTPCredentials, LaunchOptions, Locator, Page, PageScreenshotOptions, ViewportSize } from 'playwright-core'; import type { APIRequestContext, Browser, BrowserContext, BrowserContextOptions, Page, LaunchOptions, ViewportSize, Geolocation, HTTPCredentials, Locator, APIResponse, PageScreenshotOptions } from 'playwright-core';
export * from 'playwright-core'; export * from 'playwright-core';
export type ReporterDescription = Readonly< export type ReporterDescription = Readonly<