diff --git a/test/fromRedactor.test.ts b/test/fromRedactor.test.ts index 341c693..a340cda 100644 --- a/test/fromRedactor.test.ts +++ b/test/fromRedactor.test.ts @@ -324,11 +324,4 @@ function htmlToJson (html, options) { let htmlDoc = dom.window.document.querySelector("body"); return fromRedactor(htmlDoc, options); -} - - -test.only('test', () => { - const html = `
` - const json = htmlToJson(html) - console.log(JSON.stringify(json)) -}) \ No newline at end of file +} \ No newline at end of file