Initial boiler plate project
This commit is contained in:
3
node_modules/next/dist/experimental/testmode/playwright/page-route.d.ts
generated
vendored
Normal file
3
node_modules/next/dist/experimental/testmode/playwright/page-route.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import type { Page, Route } from '@playwright/test';
|
||||
import type { FetchHandler } from './next-worker-fixture';
|
||||
export declare function handleRoute(route: Route, page: Page, testHeaders: Record<string, string>, fetchHandler: FetchHandler | null): Promise<void>;
|
||||
Reference in New Issue
Block a user