Skip to content

Commit 891c9bc

Browse files
committed
2 parents f92bcad + 80a838f commit 891c9bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/library/__tests__/mainTest.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ describe('htmlToDraft test suite', () => {
2121
contentBlocks = htmlToDraft('<h1>test</h1><h6>test</h6>');
2222
console.log('contentBlocks', contentBlocks);
2323

24+
contentBlocks = htmlToDraft('<p>test<a>link</a></p>');
25+
console.log('contentBlocks', contentBlocks);
26+
2427
assert.equal(true, true);
2528
});
2629
});

0 commit comments

Comments
 (0)