(file: string)
| 314 | |
| 315 | test('works with path in sources', () => { |
| 316 | function pathOf(file: string): string { |
| 317 | return join(__dirname, file) |
| 318 | } |
| 319 | |
| 320 | let concat = new Concat(true, join(__dirname, 'build', 'all.css')) |
| 321 | concat.add(pathOf('a.css'), 'a { }\n') |
no outgoing calls
no test coverage detected
searching dependent graphs…