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