Skip to content

Commit 95df269

Browse files
committed
Fix formatting
1 parent 409dacb commit 95df269

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ test('hastUtilExcerpt', (t) => {
2525
t.deepEqual(
2626
excerpt(
2727
h('div', [
28-
h('p', ['Lorem ipsum dolor sit amet.', u('comment', 'more'), 'Consectetur adipisicing elit.'])
28+
h('p', [
29+
'Lorem ipsum dolor sit amet.',
30+
u('comment', 'more'),
31+
'Consectetur adipisicing elit.'
32+
])
2933
])
3034
),
3135
h('div', [h('p', 'Lorem ipsum dolor sit amet.')]),

0 commit comments

Comments
 (0)