mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Remove unneeded calls to rootView.deactivate
This commit is contained in:
@@ -11,9 +11,6 @@ describe "CommandLogger", ->
|
||||
commandLogger.eventLog = {}
|
||||
editor = rootView.getActiveEditor()
|
||||
|
||||
afterEach ->
|
||||
rootView.deactivate()
|
||||
|
||||
describe "when a command is triggered", ->
|
||||
it "records the number of times the command is triggered", ->
|
||||
expect(commandLogger.eventLog['core:backspace']).toBeUndefined()
|
||||
|
||||
Reference in New Issue
Block a user