Don’t bind window:close in spec helper

This commit is contained in:
Nathan Sobo
2015-10-06 15:45:10 -06:00
parent 0f4558c448
commit ca0dda77b6

View File

@@ -28,8 +28,6 @@ atom.themes.initialLoadComplete = true
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
window.addEventListener 'core:close', -> window.close()
document.querySelector('html').style.overflow = 'auto'
document.body.style.overflow = 'auto'