Initial boiler plate project
This commit is contained in:
3
node_modules/next/dist/experimental/testmode/playwright/report.d.ts
generated
vendored
Normal file
3
node_modules/next/dist/experimental/testmode/playwright/report.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import type { TestInfo } from '@playwright/test';
|
||||
import type { FetchHandler } from './next-worker-fixture';
|
||||
export declare function reportFetch(testInfo: TestInfo, req: Request, handler: FetchHandler): Promise<Awaited<ReturnType<FetchHandler>>>;
|
||||
Reference in New Issue
Block a user