Skip to content

Commit 55cd97e

Browse files
committed
remove left over only test clause
1 parent 2f0a4fc commit 55cd97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/InputHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ describe('InputHandler', () => {
19151915
});
19161916

19171917
// issue #3362 and #2979
1918-
describe.only('EL/ED cursor at buffer.cols', () => {
1918+
describe('EL/ED cursor at buffer.cols', () => {
19191919
beforeEach(() => {
19201920
bufferService.resize(10, 5);
19211921
});

0 commit comments

Comments
 (0)