add comment for future test

This commit is contained in:
Bruno Windels 2021-11-23 14:32:42 +01:00
parent 7b38df45da
commit e4be1702c4

View file

@ -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.
};
}