diff --git a/test/unit/api_spec.js b/test/unit/api_spec.js index 162621918..eca1b0c25 100644 --- a/test/unit/api_spec.js +++ b/test/unit/api_spec.js @@ -1296,12 +1296,6 @@ describe("api", function () { }); it("gets fieldObjects", async function () { - if (isNodeJS) { - pending( - "Node.js appears to ignore Object properties that are explicitly " + - "set to `undefined`, thus breaking the expectations used below." - ); - } const loadingTask = getDocument(buildGetDocumentParams("js-authors.pdf")); const pdfDoc = await loadingTask.promise; const fieldObjects = await pdfDoc.getFieldObjects();