MCPcopy
hub / github.com/qawolf/cli / trpcWrapped

Function trpcWrapped

src/shell/platform/createPlatformClient.bundleUrl.test.ts:6–8  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

4import { createPlatformClient } from "./createPlatformClient.js";
5
6function trpcWrapped(value: unknown) {
7 return { result: { data: superjson.serialize(value) } };
8}
9
10describe("PlatformClient.getFlowsBundleUrl", () => {
11 it("sends environmentId in the bundle URL request", async () => {

Calls

no outgoing calls

Tested by

no test coverage detected