mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don’t load key bindings in spec helper
This commit is contained in:
@@ -27,7 +27,6 @@ atom.themes.initialLoadComplete = true
|
||||
|
||||
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
|
||||
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
|
||||
atom.keymaps.loadBundledKeymaps()
|
||||
|
||||
window.addEventListener 'core:close', -> window.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user