From 74b8994dd1b905cc4062255dc9ccd77a1185f0c9 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 7 Feb 2025 15:04:01 +0100 Subject: [PATCH] remove unused line --- packages/playwright/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/playwright/src/index.ts b/packages/playwright/src/index.ts index fb37aea3a0..20be59bfbd 100644 --- a/packages/playwright/src/index.ts +++ b/packages/playwright/src/index.ts @@ -453,7 +453,6 @@ const playwrightFixtures: Fixtures = ({ type ScreenshotOption = PlaywrightWorkerOptions['screenshot'] | undefined; type Playwright = PlaywrightWorkerArgs['playwright']; -type PageSnapshotOption = PlaywrightWorkerOptions['pageSnapshot'] | undefined; function normalizeVideoMode(video: VideoMode | 'retry-with-video' | { mode: VideoMode } | undefined): VideoMode { if (!video)