test(transaction): add interleaved history isolation coverage
This commit is contained in:
@@ -105,7 +105,10 @@ const collectTouchedProps = (
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
!isLedgerValueEqual(getElementProp(before, key), getElementProp(after, key))
|
||||
!isLedgerValueEqual(
|
||||
getElementProp(before, key),
|
||||
getElementProp(after, key),
|
||||
)
|
||||
) {
|
||||
touchedProps.add(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user