added fonts
This commit is contained in:
+3
@@ -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