Remove packageStates from atom state after specs just in case

This commit is contained in:
Nathan Sobo 2013-12-12 15:11:59 -08:00
parent 5f10c48219
commit 30b0fed60f

View File

@ -113,8 +113,7 @@ afterEach ->
atom.project?.destroy?()
atom.project = null
console.log atom.state.has('packageStates')
atom.state.remove('packageStates')
$('#jasmine-content').empty() unless window.debugContent