From 6c63ceebfaf6ce93377184d594ac2ed0cce40615 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Wed, 18 Sep 2024 14:23:00 -0400 Subject: [PATCH] Update tests/src/doc-server.test.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- tests/src/doc-server.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/doc-server.test.ts b/tests/src/doc-server.test.ts index 20769a5a..6fcd57cc 100644 --- a/tests/src/doc-server.test.ts +++ b/tests/src/doc-server.test.ts @@ -3,7 +3,7 @@ import { ChildProcess, spawn } from 'child_process' import { dirname, join } from 'path' import { ClientToken, DocConnection } from '@y-sweet/sdk' -export const CRATE_BASE = join(dirname(__filename), '..', '..', 'crates') +const CRATE_BASE = join(dirname(__filename), '..', '..', 'crates') const TEN_MINUTES_IN_MS = 10 * 60 * 1_000