()
| 11 | const hubFetchMod = require('../src/gep/hubFetch'); |
| 12 | |
| 13 | function tmpDataDir() { |
| 14 | return fs.mkdtempSync(path.join(os.tmpdir(), 'proxy-outbound-sync-')); |
| 15 | } |
| 16 | |
| 17 | function readMessagesJsonl(dataDir) { |
| 18 | return fs.readFileSync(path.join(dataDir, 'messages.jsonl'), 'utf8'); |
no outgoing calls
no test coverage detected