Don't use synchronous updates anymore.

This commit is contained in:
joshaber
2016-02-12 15:13:10 -05:00
parent 6813bf50a0
commit 9fa766e01a

View File

@@ -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 ->