(name: string, fn: any)
| 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. |
| 24 | const test = (name: string, fn: any) => _test(name, fn, 30000); |
| 25 | |
| 26 | const ROOT = path.resolve(import.meta.dir, '..'); |
| 27 | const INIT_BIN = path.join(ROOT, 'bin', 'gstack-artifacts-init'); |
no outgoing calls
no test coverage detected