Loading packages/fedify/src/vocab/lookup.test.ts +4 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,10 @@ test("lookupObject()", { fetchMock.hardReset(); }); test("traverseCollection()", async () => { test("traverseCollection()", { sanitizeResources: false, sanitizeOps: false, }, async () => { const options = { documentLoader: mockDocumentLoader, contextLoader: mockDocumentLoader, Loading Loading
packages/fedify/src/vocab/lookup.test.ts +4 −1 Original line number Diff line number Diff line Loading @@ -182,7 +182,10 @@ test("lookupObject()", { fetchMock.hardReset(); }); test("traverseCollection()", async () => { test("traverseCollection()", { sanitizeResources: false, sanitizeOps: false, }, async () => { const options = { documentLoader: mockDocumentLoader, contextLoader: mockDocumentLoader, Loading