mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix the benchmarks by assigning config defaults
This commit is contained in:
@@ -13,7 +13,10 @@ requireStylesheet "jasmine.css"
|
||||
|
||||
beforeEach ->
|
||||
# don't load user configuration
|
||||
window.config = new Config()
|
||||
spyOn(config, 'load')
|
||||
spyOn(config, 'save')
|
||||
config.assignDefaults()
|
||||
|
||||
keymap = new Keymap
|
||||
keymap.bindDefaultKeys()
|
||||
|
||||
Reference in New Issue
Block a user