Add fixture packages to atom.packages.packageDirPaths

This commit is contained in:
Kevin Sawicki 2013-10-07 14:52:30 -07:00
parent ad577d6315
commit db47d02c3c

View File

@ -18,6 +18,7 @@ atom.themes.loadBaseStylesheets()
atom.themes.requireStylesheet '../static/jasmine'
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
atom.keymap.loadBundledKeymaps()
[bindingSetsToRestore, bindingSetsByFirstKeystrokeToRestore] = []