mirror of
https://github.com/yjs/yjs.git
synced 2026-02-23 19:49:59 +01:00
decode items before they are decoded. fixes lots of y-array tests
This commit is contained in:
@@ -327,3 +327,7 @@ export const testRepeatGeneratingYarrayTests1000 = tc => {
|
||||
export const testRepeatGeneratingYarrayTests1800 = tc => {
|
||||
applyRandomTests(tc, arrayTransactions, 1800)
|
||||
}
|
||||
|
||||
export const testRepeatGeneratingYarrayTests10000 = tc => {
|
||||
applyRandomTests(tc, arrayTransactions, 10000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user