mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
This commit is contained in:
committed by
probablycorey
parent
7ebce683c6
commit
4b8d786d2a
@@ -273,7 +273,6 @@ describe "Pane", ->
|
||||
describe "pane:close", ->
|
||||
it "destroys all items and removes the pane", ->
|
||||
pane.showItem(editSession1)
|
||||
initialItemCount = pane.getItems().length
|
||||
pane.trigger 'pane:close'
|
||||
expect(pane.hasParent()).toBeFalsy()
|
||||
expect(editSession2.destroyed).toBeTruthy()
|
||||
|
||||
Reference in New Issue
Block a user