From bce3cae74cc27e818f43d036a8450e4be2573899 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 9 Mar 2021 12:47:33 -0500 Subject: [PATCH] Update snapshot test --- .../EditorTest__test__debugInfo__1.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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,