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