Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit fbc2204

Browse files
author
Antonio Scandurra
committed
🔥
1 parent 14addc7 commit fbc2204

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/text-buffer-spec.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ describe "TextBuffer", ->
556556

557557
buffer.undo()
558558
expect(buffer.getText()).toBe "hello\nworms\r\nhow are you doing?"
559-
return
560559

561560
buffer.redo()
562561
expect(buffer.getText()).toBe "heyyyyy\nworms\r\nhow are you doing?"

0 commit comments

Comments
 (0)