
























@@ -1,5 +1,34 @@
1-export * from "./test-helpers.runtime-state.js";
2-export * from "./test-helpers.plugin-registry.js";
3-export * from "./test-helpers.config-snapshots.js";
4-export * from "./test-helpers.mocks.js";
5-export * from "./test-helpers.server.js";
1+export {
2+agentCommand,
3+cronIsolatedRun,
4+dispatchInboundMessageMock,
5+embeddedRunMock,
6+getReplyFromConfig,
7+mockGetReplyFromConfigOnce,
8+piSdkMock,
9+testState,
10+testTailnetIPv4,
11+testTailscaleWhois,
12+} from "./test-helpers.runtime-state.js";
13+export { resetTestPluginRegistry, setTestPluginRegistry } from "./test-helpers.plugin-registry.js";
14+export {
15+connectOk,
16+connectReq,
17+connectWebchatClient,
18+createGatewaySuiteHarness,
19+getFreePort,
20+getTrackedConnectChallengeNonce,
21+installGatewayTestHooks,
22+onceMessage,
23+readConnectChallengeNonce,
24+rpcReq,
25+startConnectedServerWithClient,
26+startGatewayServer,
27+startGatewayServerWithRetries,
28+startServer,
29+startServerWithClient,
30+trackConnectChallengeNonce,
31+waitForSystemEvent,
32+withGatewayServer,
33+writeSessionStore,
34+} from "./test-helpers.server.js";
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。