| 1 | import { it } from 'vitest'; |
| 2 | import { ParserStream } from '../lib/index.js'; |
| 3 | import { generateParsingTests } from 'parse5-test-utils/utils/generate-parsing-tests.js'; |
| 4 | import { makeChunks, generateTestsForEachTreeAdapter, finished } from 'parse5-test-utils/utils/common.js'; |
nothing calls this directly
no test coverage detected