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