From 2b94fa2e303809d226cebb0a157cf036fdb34661 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 5 Jul 2024 13:44:23 +0200 Subject: [PATCH] test: fix ESLint (remove unused imports) --- tests/library/browsercontext-proxy.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/library/browsercontext-proxy.spec.ts b/tests/library/browsercontext-proxy.spec.ts index cc2d06a8ec..e169528738 100644 --- a/tests/library/browsercontext-proxy.spec.ts +++ b/tests/library/browsercontext-proxy.spec.ts @@ -14,9 +14,7 @@ * limitations under the License. */ -import http from 'http'; import { browserTest as it, expect } from '../config/browserTest'; -import type net from 'net'; it.skip(({ mode }) => mode.startsWith('service'));