MCPcopy
hub / github.com/garrytan/gstack / test

Function test

test/brain-sync.test.ts:21–21  ·  view source on GitHub ↗
(name: string, fn: any)

Source from the content-addressed store, hash-verified

19// Boost timeout: brain-sync tests spawn git, network-ls-remote, and 10-way
20// parallel processes — 5s default is too tight.
21const test = (name: string, fn: any) => _test(name, fn, 30000);
22import * as fs from 'fs';
23import * as path from 'path';
24import * as os from 'os';

Calls

no outgoing calls

Tested by

no test coverage detected