mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Don't use synchronous updates anymore.
This commit is contained in:
@@ -20,7 +20,6 @@ describe "TextEditorPresenter", ->
|
||||
|
||||
buffer = new TextBuffer(filePath: require.resolve('./fixtures/sample.js'))
|
||||
editor = atom.workspace.buildTextEditor({buffer})
|
||||
editor.setUpdatedSynchronously(true)
|
||||
waitsForPromise -> buffer.load()
|
||||
|
||||
afterEach ->
|
||||
|
||||
Reference in New Issue
Block a user