Don't use the react editor in EditorView specs

This commit is contained in:
Nathan Sobo 2014-06-09 14:52:56 +09:00
parent 21623b9c37
commit a2c41a2ae3

View File

@ -10,6 +10,8 @@ describe "EditorView", ->
[buffer, editorView, editor, cachedEditor, cachedLineHeight, cachedCharWidth, fart] = []
beforeEach ->
atom.config.set 'core.useReactEditor', false
waitsForPromise ->
atom.workspace.open('sample.js').then (o) -> editor = o