mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Don't use the react editor in EditorView specs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user