Skip to content

Commit

Permalink
fix: remove console log and fix ts-jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 8, 2024
1 parent 59fda50 commit 1879da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ module.exports = {
resetMocks: true,
restoreMocks: true,
rootDir: './src',
testEnvironment: 'jsdom',
preset: 'ts-jest'
};
1 change: 0 additions & 1 deletion src/parse-open-rpc-document.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ describe("parseOpenRPCDocument", () => {
});

it("should handle dereference option true", async ()=> {
console.log("workingDocument", workingDocument);
const document = await parseOpenRPCDocument(workingDocument,{
dereference: true,
});
Expand Down

0 comments on commit 1879da6

Please sign in to comment.