mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove unneeded attachToDom() call
This commit is contained in:
@@ -9,7 +9,6 @@ describe "CommandLogger", ->
|
||||
atom.loadPackage 'command-logger'
|
||||
editor = rootView.getActiveEditor()
|
||||
commandLogger = CommandLogger.instance
|
||||
rootView.attachToDom()
|
||||
|
||||
afterEach ->
|
||||
rootView.deactivate()
|
||||
|
||||
Reference in New Issue
Block a user