mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🔥 Avoid attaching CommandRegistry to window twice
This commit is contained in:
@@ -40,8 +40,6 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
|
||||
document.head.appendChild(atom.styles.buildStylesElement())
|
||||
document.body.appendChild(jasmineContent)
|
||||
|
||||
atom.commands.attach(window)
|
||||
|
||||
jasmineEnv.execute()
|
||||
promise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user