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