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