Skip to content

Commit

Permalink
Update tests/src/doc-server.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
paulgb and coderabbitai[bot] authored Sep 18, 2024
1 parent 7b5f4cc commit 6c63cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/doc-server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c63cee

Please sign in to comment.