mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 06:28:33 +03:00
🚱 Destroy environments in an afterEach
These were leaking projects and therefore repos.
This commit is contained in:
parent
40860a59f5
commit
2687fafca4
@ -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", ->
|
||||
|
Loading…
Reference in New Issue
Block a user