mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix broken benchmarks suite.
This commit is contained in:
@@ -8,7 +8,7 @@ describe "editor.", ->
|
||||
beforeEach ->
|
||||
window.rootViewParentSelector = '#jasmine-content'
|
||||
window.startup()
|
||||
editor = rootView.editor
|
||||
editor = rootView.lastActiveEditor()
|
||||
|
||||
afterEach ->
|
||||
window.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user