it("pushes to existing array", function () {
    const obj = {
      arr: [1],
    };
    pushSet(obj, ["arr"], 2);