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

Function diagnostic

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected