MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / diagnostic

Function diagnostic

apps/cloud/src/test-globalsetup-exit.node.test.ts:27–28  ·  view source on GitHub ↗
(result: ReturnType<typeof runFixture>)

Source from the content-addressed store, hash-verified

25 });
26
27const diagnostic = (result: ReturnType<typeof runFixture>): string =>
28 [result.stdout, result.stderr].filter(Boolean).join("\n");
29
30describe("cloud test global setup", () => {
31 it("does not let PGlite teardown turn a passed test red", { timeout: 60_000 }, () => {

Calls

no outgoing calls

Tested by

no test coverage detected