Skip to content

Commit

Permalink
Update list-items.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Oct 13, 2023
1 parent 8fd18a4 commit d4ad5e1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/graph/list-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ describe("List-Items", function () {
if(list){
await list.items.add({Title: `Item ${getRandomString(4)}`} as any);
await list.items.add({Title: `Item ${getRandomString(4)}`} as any);
// can't do until Graph Drives is done.
/* const documentSetCT = await site.contentTypes.getById("0x0120D520")();
await list.contentTypes.add(documentSetCT);
// create item
const itemData = await list.items.select("Id").top(1)<{ Id: number }[]>();
item = list.items.getById(itemData[0].Id?.toString());
// add document set version to item
item.documentSetVersions.add("Test");
*/
}

});
Expand Down

0 comments on commit d4ad5e1

Please sign in to comment.