| 1 | import { fill, join, line } from "../../src/document/index.js"; |
| 2 | import { printDocToString } from "../../src/document/printer/printer.js"; |
| 3 | |
| 4 | test("`printDocToString` should not manipulate docs", () => { |
nothing calls this directly
no test coverage detected