()
| 117 | }); |
| 118 | |
| 119 | function shiftBigFile(): void { |
| 120 | const p = path.join(fixtureDir, 'src', 'big.ts'); |
| 121 | fs.writeFileSync(p, insertedPrelude() + fs.readFileSync(p, 'utf-8')); |
| 122 | } |
| 123 | |
| 124 | it('codegraph_node never serves another symbol\'s body from a drifted file (cross-project)', async () => { |
| 125 | shiftBigFile(); |
no test coverage detected