(...parts: string[])
| 14 | describe('SourceMapOverrides', () => { |
| 15 | describe('getComputedSourceRoot()', () => { |
| 16 | const resolve = (...parts: string[]) => fixDriveLetter(path.resolve(...parts)); |
| 17 | const genPath = resolve('/project/webroot/code/script.js'); |
| 18 | const GEN_URL = 'http://localhost:8080/code/script.js'; |
| 19 | const ABS_SOURCEROOT = resolve('/project/src'); |
no test coverage detected