MCPcopy Create free account
hub / github.com/garrytan/gstack / test

Function test

test/gstack-artifacts-init.test.ts:24–24  ·  view source on GitHub ↗
(name: string, fn: any)

Source from the content-addressed store, hash-verified

22// the brain-sync.test.ts pattern. The tests stay deterministic (fake bins,
23// no network), but subprocess fork+exec under bun adds non-trivial overhead.
24const test = (name: string, fn: any) => _test(name, fn, 30000);
25
26const ROOT = path.resolve(import.meta.dir, '..');
27const INIT_BIN = path.join(ROOT, 'bin', 'gstack-artifacts-init');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected