diff --git a/jest.config.js b/jest.config.js index 6d3bfb21..cbfe31c4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,6 +4,5 @@ module.exports = { resetMocks: true, restoreMocks: true, rootDir: './src', - testEnvironment: 'jsdom', preset: 'ts-jest' }; diff --git a/src/parse-open-rpc-document.test.ts b/src/parse-open-rpc-document.test.ts index bc3dc2f5..39168c68 100644 --- a/src/parse-open-rpc-document.test.ts +++ b/src/parse-open-rpc-document.test.ts @@ -259,7 +259,6 @@ describe("parseOpenRPCDocument", () => { }); it("should handle dereference option true", async ()=> { - console.log("workingDocument", workingDocument); const document = await parseOpenRPCDocument(workingDocument,{ dereference: true, });