From 4b59ba107d625e0b25b615365104a2c0ccd4b510 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Fri, 21 Feb 2025 14:41:04 -0800 Subject: [PATCH] Remove comment --- integration_tests/index.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/integration_tests/index.test.ts b/integration_tests/index.test.ts index cc87cb0..fa7bf28 100644 --- a/integration_tests/index.test.ts +++ b/integration_tests/index.test.ts @@ -4,11 +4,6 @@ import path from "node:path"; import { LSPTestClient } from "./client"; import { getLanguageFromFileName } from "./utils"; -// async function makeClient() { -// const client = new LSPTestClient("../target/debug/codebook-lsp"); -// await client.start(); -// return client; -// } let languageClient: LSPTestClient; beforeAll(async () => {