Skip to content

Commit

Permalink
fix: remove unintended code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh2812 committed Jan 10, 2024
1 parent 21d9c82 commit 886e0de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/fromRedactor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(`<table></table>`))
})
}

0 comments on commit 886e0de

Please sign in to comment.