diff --git a/test/toRedactor.test.ts b/test/toRedactor.test.ts index 9cd5805..b336961 100644 --- a/test/toRedactor.test.ts +++ b/test/toRedactor.test.ts @@ -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) })