diff --git a/tests/__snapshots__/EditorTest__test__debugInfo__1.json b/tests/__snapshots__/EditorTest__test__debugInfo__1.json index 81985db..66c0616 100644 --- a/tests/__snapshots__/EditorTest__test__debugInfo__1.json +++ b/tests/__snapshots__/EditorTest__test__debugInfo__1.json @@ -1,11 +1,15 @@ { - "colOffset": 0, - "cursorX": 0, - "cursorY": 0, + "cursor": { + "x": 0, + "y": 0 + }, + "offset": { + "x": 0, + "y": 0 + }, "dirty": 0, "filename": "", "renderX": 0, - "rowOffset": 0, "rows": [], "screenCols": 80, "screenRows": 23,