diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 0c01dc674..19ca0ccb6 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -4,7 +4,7 @@ _ = require 'underscore-plus' ReactEditorView = require '../src/react-editor-view' nbsp = String.fromCharCode(160) -fdescribe "EditorComponent", -> +describe "EditorComponent", -> [contentNode, editor, wrapperView, component, node, verticalScrollbarNode, horizontalScrollbarNode] = [] [lineHeightInPixels, charWidth, delayAnimationFrames, nextAnimationFrame, lineOverdrawMargin] = []