(file: string)
| 761 | describe('combineSourcemaps', () => { |
| 762 | const _dirname = path.dirname(fileURLToPath(import.meta.url)) |
| 763 | const resolveFile = (file: string) => { |
| 764 | return normalizePath(path.resolve(_dirname, file)) |
| 765 | } |
| 766 | |
| 767 | test('should combine sourcemaps with single sources', () => { |
| 768 | const sourcemaps = [ |
no test coverage detected