mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 13:34:00 +00:00
Restore a broken test that was commented out temporarily
This commit is contained in:
parent
ad43ddb6c6
commit
1cd80b9dcd
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue