mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Finish porting TextEditorComponent specs
This commit is contained in:
@@ -5,7 +5,7 @@ TextEditorView = require '../src/text-editor-view'
|
||||
TextEditorComponent = require '../src/text-editor-component'
|
||||
nbsp = String.fromCharCode(160)
|
||||
|
||||
fdescribe "TextEditorComponent", ->
|
||||
describe "TextEditorComponent", ->
|
||||
[contentNode, editor, wrapperView, wrapperNode, component, componentNode, verticalScrollbarNode, horizontalScrollbarNode] = []
|
||||
[lineHeightInPixels, charWidth, nextAnimationFrame, noAnimationFrame, tileSize, tileHeightInPixels] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user