Skip to content

Commit 8161771

Browse files
chore: removed console logs
1 parent 060e979 commit 8161771

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/toRedactor.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ describe("Testing json to html conversion", () => {
241241
let jsonValue = expectedValue["fix_EB-745"].expectedJson
242242

243243
let htmlValue = toRedactor(jsonValue)
244-
console.log("🚀 ~ test ~ htmlValue:", htmlValue)
245-
console.log(expectedValue["fix_EB-745"].html);
246-
247244
let testResult = isEqual(htmlValue, expectedValue["fix_EB-745"].html)
248245
expect(testResult).toBe(true)
249246
})

0 commit comments

Comments
 (0)