mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Don't load user configuration for benchmark, since it changes the performance curve
This commit is contained in:
@@ -8,6 +8,7 @@ describe "editor.", ->
|
||||
|
||||
beforeEach ->
|
||||
window.rootViewParentSelector = '#jasmine-content'
|
||||
spyOn(window, 'loadUserConfiguration')
|
||||
window.startup()
|
||||
editor = rootView.activeEditor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user