implement before/afterAllTransactions

This commit is contained in:
Kevin Jahns
2020-08-07 17:47:20 +02:00
parent 68109b033f
commit 6f9a2c9df7
3 changed files with 9 additions and 1 deletions

View File

@@ -293,7 +293,7 @@ const tryGc = () => {
* @param {t.TestCase} tc
*/
export const testLargeFragmentedDocument = tc => {
const itemsToInsert = 5000000
const itemsToInsert = 1000000
let update = /** @type {any} */ (null)
;(() => {
const doc1 = new Y.Doc()