fix imports

This commit is contained in:
vorotamoroz
2026-06-11 04:09:43 +01:00
parent 27e9b68510
commit 3c6ec75c00
57 changed files with 124 additions and 131 deletions
+3 -3
View File
@@ -7,9 +7,9 @@
*/
import { expect } from "vitest";
import { waitForIdle, type LiveSyncHarness } from "../harness/harness";
import { RemoteTypes, type ObsidianLiveSyncSettings } from "@/lib/src/common/types";
import { delay } from "@/lib/src/common/utils";
import { LiveSyncTrysteroReplicator } from "@/lib/src/replication/trystero/LiveSyncTrysteroReplicator";
import { RemoteTypes, type ObsidianLiveSyncSettings } from "@lib/common/types";
import { delay } from "@lib/common/utils";
import { LiveSyncTrysteroReplicator } from "@lib/replication/trystero/LiveSyncTrysteroReplicator";
import { waitTaskWithFollowups } from "../lib/util";
const P2P_REPLICATION_TIMEOUT_MS = 180000;