()
| 15 | import { nextFrame } from "../test_helpers/timing_helpers" |
| 16 | |
| 17 | const test = function() { |
| 18 | testIf(config.input.getLevel() === 0, ...arguments) |
| 19 | } |
| 20 | |
| 21 | testGroup("Mutation input", { template: "editor_empty" }, () => { |
| 22 | test("deleting a newline", async () => { |
no test coverage detected
searching dependent graphs…