mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Destroy orphans after each spec
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
"season": "0.14.0",
|
||||
"semver": "1.1.4",
|
||||
"space-pen": "2.0.1",
|
||||
"telepath": "0.71.0",
|
||||
"telepath": "0.72.0",
|
||||
"temp": "0.5.0",
|
||||
"underscore-plus": "0.5.0"
|
||||
},
|
||||
|
||||
@@ -116,6 +116,7 @@ afterEach ->
|
||||
atom.state.remove('packageStates')
|
||||
|
||||
$('#jasmine-content').empty() unless window.debugContent
|
||||
atom.destroyOrphans()
|
||||
|
||||
jasmine.unspy(atom, 'saveSync')
|
||||
ensureNoPathSubscriptions()
|
||||
|
||||
Reference in New Issue
Block a user