mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Finish porting TextEditor specs
This commit is contained in:
@@ -3371,7 +3371,7 @@ describe "TextEditorComponent", ->
|
||||
expect(line1LeafNodes[0].classList.contains('indent-guide')).toBe false
|
||||
expect(line1LeafNodes[1].classList.contains('indent-guide')).toBe false
|
||||
|
||||
fffdescribe "autoscroll", ->
|
||||
describe "autoscroll", ->
|
||||
beforeEach ->
|
||||
editor.setVerticalScrollMargin(2)
|
||||
editor.setHorizontalScrollMargin(2)
|
||||
|
||||
Reference in New Issue
Block a user