MCPcopy
hub / github.com/holaboss-ai/holaOS / test

Function test

runtime/api-server/src/claimed-input-executor.test.ts:51–56  ·  view source on GitHub ↗
(
  name: string,
  fn: () => void | Promise<void>,
)

Source from the content-addressed store, hash-verified

49);
50
51function test(
52 name: string,
53 fn: () => void | Promise<void>,
54): ReturnType<typeof nodeTest> {
55 return nodeTest(name, { concurrency: false }, fn);
56}
57
58afterEach(() => {
59 for (const dir of tempDirs.splice(0)) {

Calls

no outgoing calls

Tested by

no test coverage detected