From d3b00f67f2df95e9c3c1c2ab96e9895de3aef223 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 7 Oct 2014 10:39:26 -0700 Subject: [PATCH] Fix spec --- spec/text-editor-component-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/text-editor-component-spec.coffee b/spec/text-editor-component-spec.coffee index 10db3b271..77e406bfe 100644 --- a/spec/text-editor-component-spec.coffee +++ b/spec/text-editor-component-spec.coffee @@ -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", ->