Skip to content

Commit 69e79db

Browse files
authored
Update render.tsx
1 parent d92820f commit 69e79db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/render.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test.serial('erase screen where state changes in small viewport', async t => {
145145
});
146146

147147
test.serial(
148-
'full-screen mode should not add extra newline at the bottom',
148+
'fullscreen mode should not add extra newline at the bottom',
149149
async t => {
150150
const ps = term('fullscreen-no-extra-newline', ['5']);
151151
await ps.waitForExit();
@@ -156,7 +156,7 @@ test.serial(
156156

157157
// Check that the bottom line is at the end without extra newlines
158158
// In a 5-line terminal:
159-
// Line 1: Full-screen: top
159+
// Line 1: Fullscreen: top
160160
// Lines 2-4: empty (from flexGrow)
161161
// Line 5: Bottom line (should be usable)
162162
const lines = lastFrame.split('\n');

0 commit comments

Comments
 (0)