mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix spec
This commit is contained in:
@@ -2208,7 +2208,6 @@ describe "TextEditorComponent", ->
|
||||
it "does not render invisible characters", ->
|
||||
atom.config.set('editor.invisibles', eol: 'E')
|
||||
atom.config.set('editor.showInvisibles', true)
|
||||
nextAnimationFrame()
|
||||
expect(component.lineNodeForScreenRow(0).textContent).toBe 'var quicksort = function () {'
|
||||
|
||||
it "does not assign an explicit line-height on the editor contents", ->
|
||||
|
||||
Reference in New Issue
Block a user