fix(test): drop unused gateway e2e PluginRegistry imports

This commit is contained in:
Peter Steinberger
2026-02-15 21:42:35 +00:00
parent c3812a1ffb
commit 27deda2221
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ import path from "node:path";
import { afterAll, beforeAll, describe, expect, test } from "vitest";
import { WebSocket } from "ws";
import type { ChannelOutboundAdapter } from "../channels/plugins/types.js";
import type { PluginRegistry } from "../plugins/registry.js";
import { getChannelPlugin } from "../channels/plugins/index.js";
import { resolveCanvasHostUrl } from "../infra/canvas-host-url.js";
import { GatewayLockError } from "../infra/gateway-lock.js";