Commit 0a436ce0 authored by r-4bb1t's avatar r-4bb1t
Browse files

test: update traverseCollection test to disable resource and operation sanitization

parent fabd57f5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -182,7 +182,10 @@ test("lookupObject()", {
  fetchMock.hardReset();
});

test("traverseCollection()", async () => {
test("traverseCollection()", {
  sanitizeResources: false,
  sanitizeOps: false,
}, async () => {
  const options = {
    documentLoader: mockDocumentLoader,
    contextLoader: mockDocumentLoader,