mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Change destroy order
This commit is contained in:
@@ -111,14 +111,14 @@ afterEach ->
|
||||
|
||||
atom.workspaceView?.remove?()
|
||||
atom.workspaceView = null
|
||||
|
||||
atom.workspace?.destroy()
|
||||
atom.workspace = null
|
||||
delete atom.state.workspace
|
||||
|
||||
atom.project?.destroy?()
|
||||
atom.project = null
|
||||
|
||||
atom.workspace?.destroy()
|
||||
atom.workspace = null
|
||||
|
||||
delete atom.state.packageStates
|
||||
|
||||
$('#jasmine-content').empty() unless window.debugContent
|
||||
|
||||
Reference in New Issue
Block a user