mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
Remove unneeded calls to rootView.deactivate
This commit is contained in:
@@ -16,9 +16,6 @@ describe "CommandPanel", ->
|
||||
commandPanel.history = []
|
||||
commandPanel.historyIndex = 0
|
||||
|
||||
afterEach ->
|
||||
rootView.deactivate()
|
||||
|
||||
describe "serialization", ->
|
||||
it "preserves the command panel's history across reloads", ->
|
||||
rootView.attachToDom()
|
||||
|
||||
Reference in New Issue
Block a user