mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 16:27:07 +00:00
Classify P2P replacement probe as test support
This commit is contained in:
@@ -5,7 +5,7 @@ import { createNodeStandardIo } from "@vrtmrz/livesync-commonlib/node";
|
|||||||
import { writeStderrLine } from "@/apps/cli/cliOutput";
|
import { writeStderrLine } from "@/apps/cli/cliOutput";
|
||||||
import { main, type CliCommandRunner } from "@/apps/cli/main";
|
import { main, type CliCommandRunner } from "@/apps/cli/main";
|
||||||
import { parseTimeoutSeconds } from "@/apps/cli/commands/p2p";
|
import { parseTimeoutSeconds } from "@/apps/cli/commands/p2p";
|
||||||
import { runP2PReplicatorReplacementProbe } from "./p2p-replicator-replacement";
|
import { runP2PReplicatorReplacementProbe } from "./p2p-replicator-replacement.test";
|
||||||
|
|
||||||
if (
|
if (
|
||||||
typeof (compatGlobal as unknown as Record<string, unknown>).RTCPeerConnection === "undefined" &&
|
typeof (compatGlobal as unknown as Record<string, unknown>).RTCPeerConnection === "undefined" &&
|
||||||
|
|||||||
Reference in New Issue
Block a user