From e4be1702c4f6a0cd952c05bc053986622086d911 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 23 Nov 2021 14:32:42 +0100 Subject: [PATCH] add comment for future test --- src/platform/web/ui/general/ListRange.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. }; }