it('push + pop', function () {
        verifyChanges([], arr => {
          arr.push(S(1));
          arr.pop();
        });