remove remnant

This commit is contained in:
Simon Knott 2024-11-26 12:34:50 +01:00
parent ab64a0e451
commit 1487179211
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -18,7 +18,6 @@ import { createImage } from './playwright-test-fixtures';
import { test, expect, retries } from './ui-mode-fixtures';
import http from 'node:http';
import httpProxy from 'http-proxy';
import { ManualPromise } from 'packages/playwright-core/lib/utils/manualPromise';
test.describe.configure({ mode: 'parallel', retries });