test: fix ESLint (remove unused imports)

This commit is contained in:
Max Schmitt 2024-07-05 13:44:23 +02:00
parent f56978edb2
commit 2b94fa2e30

View File

@ -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'));