We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f92bcad + 80a838f commit 891c9bcCopy full SHA for 891c9bc
src/library/__tests__/mainTest.js
@@ -21,6 +21,9 @@ describe('htmlToDraft test suite', () => {
21
contentBlocks = htmlToDraft('<h1>test</h1><h6>test</h6>');
22
console.log('contentBlocks', contentBlocks);
23
24
+ contentBlocks = htmlToDraft('<p>test<a>link</a></p>');
25
+ console.log('contentBlocks', contentBlocks);
26
+
27
assert.equal(true, true);
28
});
29
0 commit comments