mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Restore a broken test that was commented out temporarily
This commit is contained in:
@@ -105,11 +105,10 @@ describe "UpdatesManager", ->
|
||||
.should.equal true
|
||||
|
||||
# FIXME: Broken test, was hidden by an api mistake
|
||||
|
||||
# it "should defer the compression of raw ops until they are written in a new pack", ->
|
||||
# console.log @UpdateCompressor.compressRawUpdates.called
|
||||
# @UpdateCompressor.compressRawUpdates
|
||||
# .called.should.not.equal true
|
||||
it "should defer the compression of raw ops until they are written in a new pack", ->
|
||||
console.log @UpdateCompressor.compressRawUpdates.called
|
||||
@UpdateCompressor.compressRawUpdates
|
||||
.called.should.not.equal true
|
||||
|
||||
it "should save the new compressed ops into a pack", ->
|
||||
@PackManager.insertCompressedUpdates
|
||||
|
||||
Reference in New Issue
Block a user