From 886e0def7a5e60489c49a7e1f68b9527797d6860 Mon Sep 17 00:00:00 2001 From: Jayesh Deorukhkar Date: Wed, 10 Jan 2024 13:07:21 +0530 Subject: [PATCH] fix: remove unintended code --- test/fromRedactor.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/fromRedactor.test.ts b/test/fromRedactor.test.ts index 44a20e9..30a47d8 100644 --- a/test/fromRedactor.test.ts +++ b/test/fromRedactor.test.ts @@ -332,8 +332,4 @@ function htmlToJson (html, options) { let htmlDoc = dom.window.document.querySelector("body"); return fromRedactor(htmlDoc, options); -} - -test("test", () => { - console.log("%j", htmlToJson(`
`)) -}) \ No newline at end of file +} \ No newline at end of file