Let's get some deterministic failures.

This commit is contained in:
joshaber
2016-02-12 13:58:38 -05:00
parent 319043c93d
commit 8b14f5afdc

View File

@@ -20,6 +20,7 @@ describe "TextEditorPresenter", ->
buffer = new TextBuffer(filePath: require.resolve('./fixtures/sample.js'))
editor = atom.workspace.buildTextEditor({buffer})
editor.setUpdatedSynchronously(true)
waitsForPromise -> buffer.load()
afterEach ->