Skip to content

Commit 47db7b5

Browse files
committed
un-skip other list parsing test
1 parent 8b279b6 commit 47db7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuemark/test/block.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test('block html tag without children with content', () => {
5656
expect(html).toBe('<section>content</section>\n<p>no content</p>')
5757
})
5858

59-
test.skip('block html tag with starting ul', () => {
59+
test('block html tag with starting ul', () => {
6060
const { blocks } = parseBlocks(['[div]', ' - hi', ' - hello'])
6161
expect(blocks.length).toBe(1)
6262
expect(blocks[0].blocks.length).toBe(1)

0 commit comments

Comments
 (0)