mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Uncommented a test
This commit is contained in:
@@ -251,7 +251,7 @@ describe "Editor", ->
|
||||
expect(editor.lines.find('pre:eq(1)')).toHaveText originalLine[0...6]
|
||||
expect(editor.lines.find('pre:eq(2)')).toHaveText originalLine[6..]
|
||||
expect(editor.lines.find('pre:eq(3)')).toHaveText lineBelowOriginalLine
|
||||
# expect(editor.getPosition()).toEqual(row: 2, column: 0)
|
||||
expect(editor.getPosition()).toEqual(row: 2, column: 0)
|
||||
|
||||
describe "when the cursor is on the end of a line", ->
|
||||
it "inserts an empty line after it", ->
|
||||
|
||||
Reference in New Issue
Block a user