diff --git a/test/e2e/routes.test.ts b/test/e2e/routes.test.ts index b79f5ba16..253a60e7b 100644 --- a/test/e2e/routes.test.ts +++ b/test/e2e/routes.test.ts @@ -1,6 +1,5 @@ import { describe, test, expect } from "./baseFixture" import { clean, getMaybeProxiedPathname } from "../utils/helpers" -import { REVERSE_PROXY_BASE_PATH } from "../utils/constants" const routes = ["/", "/vscode", "/vscode/"]