diff --git a/packages/playwright/src/runner/vcs.ts b/packages/playwright/src/runner/vcs.ts index 48d0cf3577..5ef75e8be4 100644 --- a/packages/playwright/src/runner/vcs.ts +++ b/packages/playwright/src/runner/vcs.ts @@ -15,7 +15,6 @@ */ import childProcess from 'child_process'; -import { toPosixPath } from 'playwright-core/lib/utils'; import { affectedTestFiles } from '../transform/compilationCache'; import path from 'path'; @@ -48,5 +47,5 @@ export async function detectChangedFiles(baseCommit: string): Promise