From 96abb27e7328391e9319c99dd23595e42f7982a2 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 18 May 2021 06:45:13 +1000 Subject: refactor: share test harness for lsp between bench and integration (#10659) --- test_util/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_util/src/lib.rs') diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index d2669e42e..4cfc5cc9c 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -46,6 +46,8 @@ use tokio_tungstenite::accept_async; #[cfg(unix)] pub use pty; +pub mod lsp; + const PORT: u16 = 4545; const TEST_AUTH_TOKEN: &str = "abcdef123456789"; const REDIRECT_PORT: u16 = 4546; -- cgit v1.2.3