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