fix search marker issues - splitting of items with stored rel search markers

This commit is contained in:
Kevin Jahns
2022-03-31 08:35:24 +02:00
parent 285dc79a6b
commit 51c095ec52
3 changed files with 21 additions and 0 deletions

View File

@@ -671,6 +671,20 @@ export const testRepeatGeneratingYarrayTests6 = tc => {
compareTestobjects(applyRandomTests(tc, arrayTransactions, 6, monitorArrayTestObject))
}
/**
* @param {t.TestCase} tc
*/
export const testRepeatGeneratingYarrayTests30 = tc => {
compareTestobjects(applyRandomTests(tc, arrayTransactions, 30, monitorArrayTestObject))
}
/**
* @param {t.TestCase} tc
*/
export const testRepeatGeneratingYarrayTests35 = tc => {
compareTestobjects(applyRandomTests(tc, arrayTransactions, 35, monitorArrayTestObject))
}
/**
* @param {t.TestCase} tc
*/