it('2x push', function () {
        verifyChanges([S(1), S(2)], arr => {
          arr.push(S(3));
          arr.push(S(4));
        });