From f7377016957fab7289d01382900a4a3535be6b6a Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 1 Sep 2026 11:33:26 +0000 Subject: [PATCH] Classify P2P replacement probe as test support --- src/apps/cli/test-support/p2p-lifecycle-entrypoint.ts | 2 +- ...icator-replacement.ts => p2p-replicator-replacement.test.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/apps/cli/test-support/{p2p-replicator-replacement.ts => p2p-replicator-replacement.test.ts} (100%) diff --git a/src/apps/cli/test-support/p2p-lifecycle-entrypoint.ts b/src/apps/cli/test-support/p2p-lifecycle-entrypoint.ts index 8b13a296..aac6a78e 100644 --- a/src/apps/cli/test-support/p2p-lifecycle-entrypoint.ts +++ b/src/apps/cli/test-support/p2p-lifecycle-entrypoint.ts @@ -5,7 +5,7 @@ import { createNodeStandardIo } from "@vrtmrz/livesync-commonlib/node"; import { writeStderrLine } from "@/apps/cli/cliOutput"; import { main, type CliCommandRunner } from "@/apps/cli/main"; import { parseTimeoutSeconds } from "@/apps/cli/commands/p2p"; -import { runP2PReplicatorReplacementProbe } from "./p2p-replicator-replacement"; +import { runP2PReplicatorReplacementProbe } from "./p2p-replicator-replacement.test"; if ( typeof (compatGlobal as unknown as Record).RTCPeerConnection === "undefined" && diff --git a/src/apps/cli/test-support/p2p-replicator-replacement.ts b/src/apps/cli/test-support/p2p-replicator-replacement.test.ts similarity index 100% rename from src/apps/cli/test-support/p2p-replicator-replacement.ts rename to src/apps/cli/test-support/p2p-replicator-replacement.test.ts