(file: string)
| 280 | |
| 281 | test('uses source map', () => { |
| 282 | function urlOf(file: string): string { |
| 283 | return pathToFileURL(join(__dirname, file)).toString() |
| 284 | } |
| 285 | |
| 286 | let concat = new Concat(true, join(__dirname, 'build', 'all.css')) |
| 287 | concat.add(urlOf('a.css'), 'a { }\n') |
no test coverage detected
searching dependent graphs…