it("adds to the beginning of the list (numbers)", () => {
            const args = {
                Update: { foo: "list_append([1, 2], foo)" },
            };
            const actual = getUpdateExpression(args);