| 1 | import { assert, clickToolbarButton, moveCursor, test, testGroup, typeCharacters } from "test/test_helper" |
| 2 | |
| 3 | testGroup("View caching", { template: "editor_empty" }, () => { |
| 4 | test("reparsing and rendering identical texts", async () => { |
nothing calls this directly
no test coverage detected