mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-28 11:00:08 +02:00
![]() * [project-history] add support for resync of history-ot ranges * [project-history] avoid compressing sharejs and history-ot upgrades * [document-updater] improve error message of some assertions ... by migrating the assertions like this: ```diff -stub.calledWith().should.equal(true) +stub.should.have.been.calledWith() ``` ```diff -stub.called.should.equal(false) +stub.should.not.have.been.called ``` * [document-updater] move content field in resyncDocContent * [document-updater] add support for resync of history-ot ranges GitOrigin-RevId: e6104686a26934a5f25a8f095cbe00c163fbbaa7 |
||
---|---|---|
.. | ||
helpers | ||
DeleteProjectTests.js | ||
DiffTests.js | ||
DiscardingUpdatesTests.js | ||
FileTreeDiffTests.js | ||
FlushManagerTests.js | ||
GetChangesInChunkSince.js | ||
HealthCheckTests.js | ||
LabelsTests.js | ||
LatestSnapshotTests.js | ||
ReadingASnapshotTests.js | ||
RetryTests.js | ||
SendingUpdatesTests.js | ||
SummarisedUpdatesTests.js | ||
SyncTests.js |