()
| 42 | }); |
| 43 | |
| 44 | function index(): CodeGraph { |
| 45 | const g = CodeGraph.initSync(dir, { config: { include: ['**/*.ts', '**/*.tsx'], exclude: [] } }); |
| 46 | return g; |
| 47 | } |
| 48 | |
| 49 | it('edges same-file readers to the file-scope const they read (default on)', async () => { |
| 50 | fs.writeFileSync( |
no test coverage detected