mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Uncommented a spec
This commit is contained in:
parent
b8776fc010
commit
83c8684f80
@ -228,7 +228,7 @@ describe "Editor", ->
|
||||
|
||||
expect(editor.getCurrentLine().charAt(6)).toBe 'q'
|
||||
expect(editor.getPosition()).toEqual(row: 1, column: 7)
|
||||
# expect(editor.lines.find('pre:eq(1)')).toHaveText editor.getCurrentLine()
|
||||
expect(editor.lines.find('pre:eq(1)')).toHaveText editor.getCurrentLine()
|
||||
|
||||
describe "when return is pressed", ->
|
||||
describe "when the cursor is at the beginning of a line", ->
|
||||
|
Loading…
Reference in New Issue
Block a user