mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 08:07:32 +03:00
Don't clear #jasmine-content when window.debugContent is true
This commit is contained in:
parent
5b00cf1701
commit
390b03647e
@ -89,7 +89,7 @@ afterEach ->
|
||||
if git?
|
||||
git.destroy()
|
||||
window.git = null
|
||||
$('#jasmine-content').empty()
|
||||
$('#jasmine-content').empty() unless window.debugContent
|
||||
jasmine.unspy(atom, 'saveWindowState')
|
||||
ensureNoPathSubscriptions()
|
||||
syntax.off()
|
||||
|
Loading…
Reference in New Issue
Block a user