diff --git a/src/platform/web/ui/general/ListRange.ts b/src/platform/web/ui/general/ListRange.ts index 80cd17e8..4f62ba21 100644 --- a/src/platform/web/ui/general/ListRange.ts +++ b/src/platform/web/ui/general/ListRange.ts @@ -550,6 +550,7 @@ export function tests() { list.move(0, 4); // move "a" to after "e" assert(moved); }, - + // would be good to test here what multiple mutations look like with executing the result of queryXXX + // on an array, much like we do in the view. }; }