Skip to content

Commit

Permalink
chore: removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwini1997727 committed Jan 9, 2024
1 parent 060e979 commit 8161771
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/toRedactor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ describe("Testing json to html conversion", () => {
let jsonValue = expectedValue["fix_EB-745"].expectedJson

let htmlValue = toRedactor(jsonValue)
console.log("🚀 ~ test ~ htmlValue:", htmlValue)
console.log(expectedValue["fix_EB-745"].html);

let testResult = isEqual(htmlValue, expectedValue["fix_EB-745"].html)
expect(testResult).toBe(true)
})
Expand Down

0 comments on commit 8161771

Please sign in to comment.