mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🚱 Destroy environments in an afterEach
These were leaking projects and therefore repos.
This commit is contained in:
@@ -39,6 +39,8 @@ describe "PaneContainer replication", ->
|
||||
container2 = deserialize(doc2)
|
||||
|
||||
afterEach ->
|
||||
env1.destroy()
|
||||
env2.destroy()
|
||||
unregisterDeserializer(TestView)
|
||||
|
||||
it "replicates the inital state of a pane container with splits", ->
|
||||
|
||||
Reference in New Issue
Block a user