mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove screen line logging from spec
This commit is contained in:
@@ -3398,7 +3398,6 @@ describe "TextEditor", ->
|
||||
expect(editor.getCursorBufferPosition()).toEqual([7, 2])
|
||||
|
||||
editor.insertNewline()
|
||||
editor.logScreenLines()
|
||||
expect(editor.lineTextForBufferRow(8)).toBe(" ")
|
||||
|
||||
it "does not indent the line preceding the newline", ->
|
||||
|
||||
Reference in New Issue
Block a user