Skip to content

Commit

Permalink
chore: remove only from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh2812 committed Dec 4, 2023
1 parent d569c43 commit c0857fe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/fromRedactor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,4 @@ function htmlToJson (html, options) {
let htmlDoc = dom.window.document.querySelector("body");
return fromRedactor(htmlDoc, options);

}


test.only('test', () => {
const html = `<table><tbody></tbody></table>`
const json = htmlToJson(html)
console.log(JSON.stringify(json))
})
}

0 comments on commit c0857fe

Please sign in to comment.