(file: string)
| 7 | import { Input } from '../lib/postcss.js' |
| 8 | |
| 9 | function urlOf(file: string): string { |
| 10 | return pathToFileURL(join(__dirname, file)).toString() |
| 11 | } |
| 12 | |
| 13 | test('fromLineAndColumn() returns offset', () => { |
| 14 | let input = new Input('a {\n}') |
no test coverage detected
searching dependent graphs…